| Index: sync/tools/sync_listen_notifications.cc
|
| diff --git a/sync/tools/sync_listen_notifications.cc b/sync/tools/sync_listen_notifications.cc
|
| index c6cc11f10c8d408039dd48b97673e0d8c4e16ba6..6f6f534ebe411ffcdf23ef845a33db5b9198f31e 100644
|
| --- a/sync/tools/sync_listen_notifications.cc
|
| +++ b/sync/tools/sync_listen_notifications.cc
|
| @@ -179,7 +179,7 @@ int SyncListenNotificationsMain(int argc, char* argv[]) {
|
| const notifier::NotifierOptions& notifier_options =
|
| ParseNotifierOptions(
|
| command_line,
|
| - new MyTestURLRequestContextGetter(io_thread.message_loop_proxy()));
|
| + new MyTestURLRequestContextGetter(io_thread.task_runner()));
|
| syncer::NetworkChannelCreator network_channel_creator =
|
| syncer::NonBlockingInvalidator::MakePushClientChannelCreator(
|
| notifier_options);
|
|
|