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 1bdc9a9f1112476889e927fded0f2a187b1a31e5..763938506d2e0c53e05bb665cc75b2b7f36b7ff1 100644 |
--- a/chrome/browser/safe_browsing/local_safebrowsing_test_server.h |
+++ b/chrome/browser/safe_browsing/local_safebrowsing_test_server.h |
@@ -17,17 +17,16 @@ class LocalSafeBrowsingTestServer : public net::LocalTestServer { |
// Initialize a safebrowsing server using the given |data_file|. |
explicit LocalSafeBrowsingTestServer(const base::FilePath& data_file); |
- virtual ~LocalSafeBrowsingTestServer(); |
+ ~LocalSafeBrowsingTestServer() override; |
- virtual bool SetPythonPath() const override; |
+ bool SetPythonPath() const override; |
// Returns the path to safe_browsing_testserver.py. |
- virtual bool GetTestServerPath( |
- base::FilePath* testserver_path) const override; |
+ bool GetTestServerPath(base::FilePath* testserver_path) const override; |
protected: |
// Adds the --data-file switch. Returns true on success. |
- virtual bool GenerateAdditionalArguments( |
+ bool GenerateAdditionalArguments( |
base::DictionaryValue* arguments) const override; |
private: |