| 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 ad84d414a0d783dd287e056bd3eed2ba7db55636..1c1269b9e16e7fe0ffeb33cbaf1b8c9781a2dfc6 100644
|
| --- a/chrome/browser/captive_portal/captive_portal_service_factory.h
|
| +++ b/chrome/browser/captive_portal/captive_portal_service_factory.h
|
| @@ -31,12 +31,12 @@ class CaptivePortalServiceFactory : public BrowserContextKeyedServiceFactory {
|
| friend struct DefaultSingletonTraits<CaptivePortalServiceFactory>;
|
|
|
| CaptivePortalServiceFactory();
|
| - virtual ~CaptivePortalServiceFactory();
|
| + ~CaptivePortalServiceFactory() override;
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| - virtual KeyedService* BuildServiceInstanceFor(
|
| + KeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* profile) const override;
|
| - virtual content::BrowserContext* GetBrowserContextToUse(
|
| + content::BrowserContext* GetBrowserContextToUse(
|
| content::BrowserContext* context) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(CaptivePortalServiceFactory);
|
|
|