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

Unified Diff: chrome/browser/policy/profile_policy_connector_factory.h

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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/policy/profile_policy_connector_factory.h
diff --git a/chrome/browser/policy/profile_policy_connector_factory.h b/chrome/browser/policy/profile_policy_connector_factory.h
index d73378410a2d548c829ea967fd1ca7bb5f3cf25e..22569f4c3ec9e01d070457f1cf3a3c9cd60a1e96 100644
--- a/chrome/browser/policy/profile_policy_connector_factory.h
+++ b/chrome/browser/policy/profile_policy_connector_factory.h
@@ -77,13 +77,13 @@ class ProfilePolicyConnectorFactory : public BrowserContextKeyedBaseFactory {
// BrowserContextKeyedBaseFactory:
virtual void BrowserContextShutdown(
- content::BrowserContext* context) OVERRIDE;
+ content::BrowserContext* context) override;
virtual void BrowserContextDestroyed(
- content::BrowserContext* context) OVERRIDE;
+ content::BrowserContext* context) override;
virtual void SetEmptyTestingFactory(
- content::BrowserContext* context) OVERRIDE;
- virtual bool HasTestingFactory(content::BrowserContext* context) OVERRIDE;
- virtual void CreateServiceNow(content::BrowserContext* context) OVERRIDE;
+ content::BrowserContext* context) override;
+ virtual bool HasTestingFactory(content::BrowserContext* context) override;
+ virtual void CreateServiceNow(content::BrowserContext* context) override;
typedef std::map<Profile*, ProfilePolicyConnector*> ConnectorMap;
ConnectorMap connectors_;
« no previous file with comments | « chrome/browser/policy/profile_policy_connector.h ('k') | chrome/browser/policy/profile_policy_connector_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698