X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fcaptive_portal%2Fcaptive_portal_service_factory.h;h=090047a3968323c36e09b74cda62c89b8d53895e;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=a96c246e310c17e61079cbe635660bf28f350eac;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/captive_portal/captive_portal_service_factory.h b/src/chrome/browser/captive_portal/captive_portal_service_factory.h index a96c246..090047a 100644 --- a/src/chrome/browser/captive_portal/captive_portal_service_factory.h +++ b/src/chrome/browser/captive_portal/captive_portal_service_factory.h @@ -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_