| Index: sync/tools/sync_client.cc
|
| diff --git a/sync/tools/sync_client.cc b/sync/tools/sync_client.cc
|
| index a433fa9d373e68c3c2413b884cc439221358d7d8..f46d39b26ae49761fb7fda3eadf4f160972af4ae 100644
|
| --- a/sync/tools/sync_client.cc
|
| +++ b/sync/tools/sync_client.cc
|
| @@ -330,7 +330,7 @@ int SyncClientMain(int argc, char* argv[]) {
|
|
|
| // Set up sync notifier factory.
|
| const scoped_refptr<MyTestURLRequestContextGetter> context_getter =
|
| - new MyTestURLRequestContextGetter(io_thread.message_loop_proxy());
|
| + new MyTestURLRequestContextGetter(io_thread.task_runner());
|
| const notifier::NotifierOptions& notifier_options =
|
| ParseNotifierOptions(command_line, context_getter);
|
| syncer::NetworkChannelCreator network_channel_creator =
|
|
|