| Index: sync/notifier/non_blocking_invalidator_unittest.cc
|
| ===================================================================
|
| --- sync/notifier/non_blocking_invalidator_unittest.cc (revision 167354)
|
| +++ sync/notifier/non_blocking_invalidator_unittest.cc (working copy)
|
| @@ -43,7 +43,7 @@
|
| options.message_loop_type = MessageLoop::TYPE_IO;
|
| io_thread_.StartWithOptions(options);
|
| request_context_getter_ =
|
| - new net::TestURLRequestContextGetter(io_thread_.message_loop_proxy());
|
| + new TestURLRequestContextGetter(io_thread_.message_loop_proxy());
|
| notifier::NotifierOptions invalidator_options;
|
| invalidator_options.request_context_getter = request_context_getter_;
|
| invalidator_.reset(
|
|
|