| Index: sync/test/local_sync_test_server.cc | 
| diff --git a/sync/test/local_sync_test_server.cc b/sync/test/local_sync_test_server.cc | 
| index ede4b7799fa0bb95add1cdf629585f4f52f77703..e8a10966724847edf6f9a0ba82c8c6fbc833858d 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) { | 
|  |