summaryrefslogtreecommitdiffstats
path: root/samples/ServiceProvider/OAuth.ashx
diff options
context:
space:
mode:
Diffstat (limited to 'samples/ServiceProvider/OAuth.ashx')
-rw-r--r--samples/ServiceProvider/OAuth.ashx6
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/ServiceProvider/OAuth.ashx b/samples/ServiceProvider/OAuth.ashx
index 2577b9a..fa21f49 100644
--- a/samples/ServiceProvider/OAuth.ashx
+++ b/samples/ServiceProvider/OAuth.ashx
@@ -4,9 +4,9 @@ using System;
using System.Linq;
using System.Web;
using System.Web.SessionState;
-using DotNetOAuth;
-using DotNetOAuth.ChannelElements;
-using DotNetOAuth.Messages;
+using DotNetOAuth.OAuth;
+using DotNetOAuth.OAuth.ChannelElements;
+using DotNetOAuth.OAuth.Messages;
using DotNetOAuth.Messaging;
public class OAuth : IHttpHandler, IRequiresSessionState {