aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
diff options
context:
space:
mode:
authorEric Reed <ebr@mediabrowser3.com>2013-04-13 17:09:13 -0400
committerEric Reed <ebr@mediabrowser3.com>2013-04-13 17:09:13 -0400
commitabed5b331bf82158d20c5ba7ddff589b58201fb6 (patch)
treed4555f4cfc6a413c0c2402af65cef60bbfa76aec /MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
parentdabf25777870124872f733563bf2d142a613c0ad (diff)
Pull in security objects from external assembly
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs')
-rw-r--r--MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
index c7c3b3a57..c71cf3802 100644
--- a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
+++ b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
@@ -2,8 +2,8 @@
using MediaBrowser.Common.Configuration;
using MediaBrowser.Common.Security;
using MediaBrowser.Model.Serialization;
+using Mediabrowser.Common.Implementations.Security;
using Mediabrowser.Model.Entities;
-using Mediabrowser.PluginSecurity;
using MediaBrowser.Common.Net;
using System;
using System.Threading;