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

Unified Diff: chrome/browser/policy/test/local_policy_test_server.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/test/local_policy_test_server.h
diff --git a/chrome/browser/policy/test/local_policy_test_server.h b/chrome/browser/policy/test/local_policy_test_server.h
index dab529f87942318c1f170af31a1e5ac1ee81ebaa..8e2838a268e61fbfd15ca894f8906451674df943 100644
--- a/chrome/browser/policy/test/local_policy_test_server.h
+++ b/chrome/browser/policy/test/local_policy_test_server.h
@@ -80,11 +80,11 @@ class LocalPolicyTestServer : public net::LocalTestServer {
GURL GetServiceURL() const;
// net::LocalTestServer:
- virtual bool SetPythonPath() const OVERRIDE;
+ virtual bool SetPythonPath() const override;
virtual bool GetTestServerPath(
- base::FilePath* testserver_path) const OVERRIDE;
+ base::FilePath* testserver_path) const override;
virtual bool GenerateAdditionalArguments(
- base::DictionaryValue* arguments) const OVERRIDE;
+ base::DictionaryValue* arguments) const override;
private:
std::string GetSelector(const std::string& type,
« no previous file with comments | « chrome/browser/policy/schema_registry_service_factory.h ('k') | chrome/browser/policy/url_blacklist_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698