Index: jingle/notifier/base/xmpp_connection_unittest.cc |
diff --git a/jingle/notifier/base/xmpp_connection_unittest.cc b/jingle/notifier/base/xmpp_connection_unittest.cc |
index 05ddfc1a7b0942fe18245ed9e7b1df6743781e38..c6f9c81cb3d320f9bbace428987f2c0382121369 100644 |
--- a/jingle/notifier/base/xmpp_connection_unittest.cc |
+++ b/jingle/notifier/base/xmpp_connection_unittest.cc |
@@ -75,7 +75,7 @@ class XmppConnectionTest : public testing::Test { |
protected: |
XmppConnectionTest() |
: mock_pre_xmpp_auth_(new MockPreXmppAuth()), |
- url_request_context_getter_(new TestURLRequestContextGetter( |
+ url_request_context_getter_(new net::TestURLRequestContextGetter( |
message_loop_.message_loop_proxy())) {} |
virtual ~XmppConnectionTest() {} |
@@ -89,7 +89,7 @@ class XmppConnectionTest : public testing::Test { |
MessageLoop message_loop_; |
MockXmppConnectionDelegate mock_xmpp_connection_delegate_; |
scoped_ptr<MockPreXmppAuth> mock_pre_xmpp_auth_; |
- scoped_refptr<TestURLRequestContextGetter> url_request_context_getter_; |
+ scoped_refptr<net::TestURLRequestContextGetter> url_request_context_getter_; |
}; |
TEST_F(XmppConnectionTest, CreateDestroy) { |