summaryrefslogtreecommitdiffstats
path: root/sync/test/local_sync_test_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/test/local_sync_test_server.h')
-rw-r--r--sync/test/local_sync_test_server.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sync/test/local_sync_test_server.h b/sync/test/local_sync_test_server.h
index 5d1e5ca..4b29476 100644
--- a/sync/test/local_sync_test_server.h
+++ b/sync/test/local_sync_test_server.h
@@ -27,10 +27,10 @@ class LocalSyncTestServer : public net::LocalTestServer {
// Overriden from net::LocalTestServer.
virtual bool AddCommandLineArguments(
- base::CommandLine* command_line) const OVERRIDE;
- virtual bool SetPythonPath() const OVERRIDE;
+ base::CommandLine* command_line) const override;
+ virtual bool SetPythonPath() const override;
virtual bool GetTestServerPath(
- base::FilePath* testserver_path) const OVERRIDE;
+ base::FilePath* testserver_path) const override;
// Returns true if the path to |test_script_name| is successfully stored in
// |*test_script_path|. Used by the run_sync_testserver executable.