Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(430)

Unified Diff: sync/notifier/non_blocking_invalidator_unittest.cc

Issue 11410066: Revert 167337 - Move url_request_test_util into net namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/notifier/invalidator_factory_unittest.cc ('k') | sync/tools/sync_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « sync/notifier/invalidator_factory_unittest.cc ('k') | sync/tools/sync_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698