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

Unified Diff: components/password_manager/content/browser/password_manager_internals_service_factory.h

Issue 611383002: Replace OVERRIDE with its C++11 counterpart in components/password_manager/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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: components/password_manager/content/browser/password_manager_internals_service_factory.h
diff --git a/components/password_manager/content/browser/password_manager_internals_service_factory.h b/components/password_manager/content/browser/password_manager_internals_service_factory.h
index 69808c3a7f87cec9199da54d26ebbfce96074f7d..406fd8d46439dab5c8a92757058fbc25c5fccbe4 100644
--- a/components/password_manager/content/browser/password_manager_internals_service_factory.h
+++ b/components/password_manager/content/browser/password_manager_internals_service_factory.h
@@ -33,7 +33,7 @@ class PasswordManagerInternalsServiceFactory
// BrowserContextKeyedServiceFactory:
virtual KeyedService* BuildServiceInstanceFor(
- content::BrowserContext* context) const OVERRIDE;
+ content::BrowserContext* context) const override;
DISALLOW_COPY_AND_ASSIGN(PasswordManagerInternalsServiceFactory);
};

Powered by Google App Engine
This is Rietveld 408576698