| 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_;
|
|
|