| Index: sync/tools/sync_client.cc
|
| diff --git a/sync/tools/sync_client.cc b/sync/tools/sync_client.cc
|
| index 92c58ac486a05d9c082ab2a0054c46b1d91d646e..2105782f934d10f6905409f50fce1c916879e180 100644
|
| --- a/sync/tools/sync_client.cc
|
| +++ b/sync/tools/sync_client.cc
|
| @@ -22,6 +22,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/rand_util.h"
|
| +#include "base/run_loop.h"
|
| #include "base/task_runner.h"
|
| #include "base/threading/thread.h"
|
| #include "build/build_config.h"
|
| @@ -454,7 +455,7 @@ int SyncClientMain(int argc, char* argv[]) {
|
| shim.get(), ModelTypeSetToObjectIdSet(model_types)));
|
| sync_manager->StartSyncingNormally(routing_info, base::Time());
|
|
|
| - sync_loop.Run();
|
| + base::RunLoop().Run();
|
|
|
| io_thread.Stop();
|
| return 0;
|
|
|