summaryrefslogtreecommitdiffstats
path: root/samples/DotNetOAuth.ApplicationBlock
diff options
context:
space:
mode:
Diffstat (limited to 'samples/DotNetOAuth.ApplicationBlock')
-rw-r--r--samples/DotNetOAuth.ApplicationBlock/GoogleConsumer.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/DotNetOAuth.ApplicationBlock/GoogleConsumer.cs b/samples/DotNetOAuth.ApplicationBlock/GoogleConsumer.cs
index a0387e9..062de2b 100644
--- a/samples/DotNetOAuth.ApplicationBlock/GoogleConsumer.cs
+++ b/samples/DotNetOAuth.ApplicationBlock/GoogleConsumer.cs
@@ -9,9 +9,9 @@ namespace DotNetOAuth.ApplicationBlock {
using System.Collections.Generic;
using System.Linq;
using System.Xml.Linq;
- using DotNetOAuth.ChannelElements;
- using DotNetOAuth.Messages;
using DotNetOAuth.Messaging;
+ using DotNetOAuth.OAuth;
+ using DotNetOAuth.OAuth.ChannelElements;
/// <summary>
/// A consumer capable of communicating with Google Data APIs.