Chromium Code Reviews

Unified Diff: jingle/notifier/listener/push_client_unittest.cc

Issue 11369179: Move url_request_test_util into net namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: jingle/notifier/listener/push_client_unittest.cc
diff --git a/jingle/notifier/listener/push_client_unittest.cc b/jingle/notifier/listener/push_client_unittest.cc
index 42daf2a6d0456431c3b0f710f09bc7c75ae38969..44d4d98110e378f94b2ed21f5c1b77cebe19b33b 100644
--- a/jingle/notifier/listener/push_client_unittest.cc
+++ b/jingle/notifier/listener/push_client_unittest.cc
@@ -22,7 +22,8 @@ class PushClientTest : public testing::Test {
protected:
PushClientTest() {
notifier_options_.request_context_getter =
- new TestURLRequestContextGetter(message_loop_.message_loop_proxy());
+ new net::TestURLRequestContextGetter(
+ message_loop_.message_loop_proxy());
}
virtual ~PushClientTest() {}

Powered by Google App Engine