| Index: jingle/notifier/communicator/single_login_attempt_unittest.cc
|
| diff --git a/jingle/notifier/communicator/single_login_attempt_unittest.cc b/jingle/notifier/communicator/single_login_attempt_unittest.cc
|
| index 7b35c3cd35e8a341c06fe108e78e1279b06a77eb..bc6f2df0c927902d6cfc594908103fd389cf1b8a 100644
|
| --- a/jingle/notifier/communicator/single_login_attempt_unittest.cc
|
| +++ b/jingle/notifier/communicator/single_login_attempt_unittest.cc
|
| @@ -70,7 +70,7 @@ class FakeDelegate : public SingleLoginAttempt::Delegate {
|
| ServerInformation redirect_server_;
|
| };
|
|
|
| -class MyTestURLRequestContext : public TestURLRequestContext {
|
| +class MyTestURLRequestContext : public net::TestURLRequestContext {
|
| public:
|
| MyTestURLRequestContext() : TestURLRequestContext(true) {
|
| context_storage_.set_host_resolver(
|
| @@ -85,9 +85,10 @@ class SingleLoginAttemptTest : public ::testing::Test {
|
| SingleLoginAttemptTest()
|
| : login_settings_(
|
| buzz::XmppClientSettings(),
|
| - new TestURLRequestContextGetter(
|
| + new net::TestURLRequestContextGetter(
|
| base::MessageLoopProxy::current(),
|
| - scoped_ptr<TestURLRequestContext>(new MyTestURLRequestContext())),
|
| + scoped_ptr<net::TestURLRequestContext>(
|
| + new MyTestURLRequestContext())),
|
| ServerList(
|
| 1,
|
| ServerInformation(
|
|
|