Index: chrome/browser/ui/app_list/start_page_service_factory.h |
diff --git a/chrome/browser/ui/app_list/start_page_service_factory.h b/chrome/browser/ui/app_list/start_page_service_factory.h |
index d6931b008c0042a28afd678ab511634452f1ee0a..5fd304dbe6ac523c7872a92a9f52f553b551642b 100644 |
--- a/chrome/browser/ui/app_list/start_page_service_factory.h |
+++ b/chrome/browser/ui/app_list/start_page_service_factory.h |
@@ -26,10 +26,10 @@ class StartPageServiceFactory : public BrowserContextKeyedServiceFactory { |
friend struct DefaultSingletonTraits<StartPageServiceFactory>; |
StartPageServiceFactory(); |
- virtual ~StartPageServiceFactory(); |
+ ~StartPageServiceFactory() override; |
// BrowserContextKeyedServiceFactory overrides: |
- virtual KeyedService* BuildServiceInstanceFor( |
+ KeyedService* BuildServiceInstanceFor( |
content::BrowserContext* context) const override; |
DISALLOW_COPY_AND_ASSIGN(StartPageServiceFactory); |