Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Unified Diff: chrome/browser/ui/ash/app_sync_ui_state_factory.h

Issue 686563002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698