summaryrefslogtreecommitdiffstats
path: root/samples/Consumer/SampleWcf.aspx.cs
diff options
context:
space:
mode:
Diffstat (limited to 'samples/Consumer/SampleWcf.aspx.cs')
-rw-r--r--samples/Consumer/SampleWcf.aspx.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/samples/Consumer/SampleWcf.aspx.cs b/samples/Consumer/SampleWcf.aspx.cs
index 01afb43..ee776f1 100644
--- a/samples/Consumer/SampleWcf.aspx.cs
+++ b/samples/Consumer/SampleWcf.aspx.cs
@@ -8,8 +8,9 @@ using System.ServiceModel.Channels;
using System.ServiceModel.Security;
using System.Web.UI.WebControls;
using DotNetOAuth;
-using DotNetOAuth.ChannelElements;
using DotNetOAuth.Messaging;
+using DotNetOAuth.OAuth;
+using DotNetOAuth.OAuth.ChannelElements;
using SampleServiceProvider;
/// <summary>