Index: chrome/browser/ui/ash/app_sync_ui_state_factory.h |
diff --git a/chrome/browser/ui/ash/app_sync_ui_state_factory.h b/chrome/browser/ui/ash/app_sync_ui_state_factory.h |
index 064c74cf061b3fbe1461d80092dcf6860ee8cb2a..53c2fde34ea537fc7daa6bf22ab7f493e7cdaa74 100644 |
--- a/chrome/browser/ui/ash/app_sync_ui_state_factory.h |
+++ b/chrome/browser/ui/ash/app_sync_ui_state_factory.h |
@@ -24,10 +24,10 @@ class AppSyncUIStateFactory : public BrowserContextKeyedServiceFactory { |
friend struct DefaultSingletonTraits<AppSyncUIStateFactory>; |
AppSyncUIStateFactory(); |
- virtual ~AppSyncUIStateFactory(); |
+ ~AppSyncUIStateFactory() override; |
// BrowserContextKeyedServiceFactory overrides: |
- virtual KeyedService* BuildServiceInstanceFor( |
+ KeyedService* BuildServiceInstanceFor( |
content::BrowserContext* context) const override; |
DISALLOW_COPY_AND_ASSIGN(AppSyncUIStateFactory); |