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

Unified Diff: chrome/browser/safe_browsing/local_safebrowsing_test_server.h

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (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/safe_browsing/local_safebrowsing_test_server.h
diff --git a/chrome/browser/safe_browsing/local_safebrowsing_test_server.h b/chrome/browser/safe_browsing/local_safebrowsing_test_server.h
index e83c07b560b2562379ec08fb0026966fd26b2cfa..1bdc9a9f1112476889e927fded0f2a187b1a31e5 100644
--- a/chrome/browser/safe_browsing/local_safebrowsing_test_server.h
+++ b/chrome/browser/safe_browsing/local_safebrowsing_test_server.h
@@ -19,16 +19,16 @@ class LocalSafeBrowsingTestServer : public net::LocalTestServer {
virtual ~LocalSafeBrowsingTestServer();
- virtual bool SetPythonPath() const OVERRIDE;
+ virtual bool SetPythonPath() const override;
// Returns the path to safe_browsing_testserver.py.
virtual bool GetTestServerPath(
- base::FilePath* testserver_path) const OVERRIDE;
+ base::FilePath* testserver_path) const override;
protected:
// Adds the --data-file switch. Returns true on success.
virtual bool GenerateAdditionalArguments(
- base::DictionaryValue* arguments) const OVERRIDE;
+ base::DictionaryValue* arguments) const override;
private:
base::FilePath data_file_;

Powered by Google App Engine
This is Rietveld 408576698