summaryrefslogtreecommitdiffstats
path: root/sync/test/local_sync_test_server.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/test/local_sync_test_server.cc')
-rw-r--r--sync/test/local_sync_test_server.cc2
1 files changed, 1 insertions, 1 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) {