summaryrefslogtreecommitdiffstats
path: root/samples/DotNetOpenAuth.ApplicationBlock/InMemoryClientTokenManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'samples/DotNetOpenAuth.ApplicationBlock/InMemoryClientTokenManager.cs')
-rw-r--r--samples/DotNetOpenAuth.ApplicationBlock/InMemoryClientTokenManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/DotNetOpenAuth.ApplicationBlock/InMemoryClientTokenManager.cs b/samples/DotNetOpenAuth.ApplicationBlock/InMemoryClientTokenManager.cs
index 4c86df7..24144bf 100644
--- a/samples/DotNetOpenAuth.ApplicationBlock/InMemoryClientTokenManager.cs
+++ b/samples/DotNetOpenAuth.ApplicationBlock/InMemoryClientTokenManager.cs
@@ -13,7 +13,7 @@ namespace DotNetOpenAuth.ApplicationBlock {
using System.Text;
using System.Threading;
using DotNetOpenAuth.Messaging;
- using DotNetOpenAuth.OAuthWrap;
+ using DotNetOpenAuth.OAuth2;
#if SAMPLESONLY
internal class InMemoryClientTokenManager : IClientTokenManager {