| Index: sync/test/local_sync_test_server.h
|
| diff --git a/sync/test/local_sync_test_server.h b/sync/test/local_sync_test_server.h
|
| index 3cd9e559253566a15b0bb23c1a23ec4e67f0438b..5d1e5caadb4fd95bcbe64480e4cd94c0dc331b33 100644
|
| --- a/sync/test/local_sync_test_server.h
|
| +++ b/sync/test/local_sync_test_server.h
|
| @@ -27,7 +27,7 @@ class LocalSyncTestServer : public net::LocalTestServer {
|
|
|
| // Overriden from net::LocalTestServer.
|
| virtual bool AddCommandLineArguments(
|
| - CommandLine* command_line) const OVERRIDE;
|
| + base::CommandLine* command_line) const OVERRIDE;
|
| virtual bool SetPythonPath() const OVERRIDE;
|
| virtual bool GetTestServerPath(
|
| base::FilePath* testserver_path) const OVERRIDE;
|
|
|