summaryrefslogtreecommitdiffstats
path: root/sync
diff options
context:
space:
mode:
Diffstat (limited to 'sync')
-rw-r--r--sync/test/local_sync_test_server.cc2
-rw-r--r--sync/test/local_sync_test_server.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sync/test/local_sync_test_server.cc b/sync/test/local_sync_test_server.cc
index ede4b77..e8a1096 100644
--- a/sync/test/local_sync_test_server.cc
+++ b/sync/test/local_sync_test_server.cc
@@ -32,7 +32,7 @@ LocalSyncTestServer::LocalSyncTestServer(uint16 port, uint16 xmpp_port)
LocalSyncTestServer::~LocalSyncTestServer() {}
bool LocalSyncTestServer::AddCommandLineArguments(
- CommandLine* command_line) const {
+ base::CommandLine* command_line) const {
if (!LocalTestServer::AddCommandLineArguments(command_line))
return false;
if (xmpp_port_ != 0) {
diff --git a/sync/test/local_sync_test_server.h b/sync/test/local_sync_test_server.h
index 3cd9e55..5d1e5ca 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;