Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / captive_portal / captive_portal_service_factory.h
index a96c246..090047a 100644 (file)
@@ -12,8 +12,6 @@
 
 class Profile;
 
-namespace captive_portal {
-
 class CaptivePortalService;
 
 // Singleton that owns all CaptivePortalServices and associates them with
@@ -44,6 +42,4 @@ class CaptivePortalServiceFactory : public BrowserContextKeyedServiceFactory {
   DISALLOW_COPY_AND_ASSIGN(CaptivePortalServiceFactory);
 };
 
-}  // namespace captive_portal
-
 #endif  // CHROME_BROWSER_CAPTIVE_PORTAL_CAPTIVE_PORTAL_SERVICE_FACTORY_H_