| Index: chrome/browser/captive_portal/captive_portal_service_factory.h
|
| diff --git a/chrome/browser/captive_portal/captive_portal_service_factory.h b/chrome/browser/captive_portal/captive_portal_service_factory.h
|
| index a96c246e310c17e61079cbe635660bf28f350eac..090047a3968323c36e09b74cda62c89b8d53895e 100644
|
| --- a/chrome/browser/captive_portal/captive_portal_service_factory.h
|
| +++ b/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_
|
|
|