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

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

Issue 660123003: Standardize usage of virtual/override/final in chrome/browser/policy/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/policy/cloud/cloud_policy_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/chrome_browser_policy_connector.h
diff --git a/chrome/browser/policy/chrome_browser_policy_connector.h b/chrome/browser/policy/chrome_browser_policy_connector.h
index b0e3ccee2ca301d69992d23cb8fd8a05f570276f..ecca2f6ffa01a8df245b62266264db3447a3d06b 100644
--- a/chrome/browser/policy/chrome_browser_policy_connector.h
+++ b/chrome/browser/policy/chrome_browser_policy_connector.h
@@ -31,9 +31,9 @@ class ChromeBrowserPolicyConnector : public BrowserPolicyConnector {
// Init() should be called to create and start the policy machinery.
ChromeBrowserPolicyConnector();
- virtual ~ChromeBrowserPolicyConnector();
+ ~ChromeBrowserPolicyConnector() override;
- virtual void Init(
+ void Init(
PrefService* local_state,
scoped_refptr<net::URLRequestContextGetter> request_context) override;
« no previous file with comments | « no previous file | chrome/browser/policy/cloud/cloud_policy_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698