aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-06-10 12:57:30 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-06-10 12:57:30 -0400
commitc174859b528bc4e167f5cc34d5ff0e6a117901ed (patch)
tree244245b7a574622fb24f89f7a1b1761567d4fa27 /MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
parent4ab6a339c68f5c410523335061ff925549eba776 (diff)
fixed namespace casing
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs')
-rw-r--r--MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
index c71cf3802..3abdeada4 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.Common.Implementations.Security;
+using MediaBrowser.Model.Entities;
using MediaBrowser.Common.Net;
using System;
using System.Threading;