| Index: jingle/notifier/communicator/single_login_attempt_unittest.cc
|
| ===================================================================
|
| --- jingle/notifier/communicator/single_login_attempt_unittest.cc (revision 167354)
|
| +++ jingle/notifier/communicator/single_login_attempt_unittest.cc (working copy)
|
| @@ -70,7 +70,7 @@
|
| ServerInformation redirect_server_;
|
| };
|
|
|
| -class MyTestURLRequestContext : public net::TestURLRequestContext {
|
| +class MyTestURLRequestContext : public TestURLRequestContext {
|
| public:
|
| MyTestURLRequestContext() : TestURLRequestContext(true) {
|
| context_storage_.set_host_resolver(
|
| @@ -85,10 +85,9 @@
|
| SingleLoginAttemptTest()
|
| : login_settings_(
|
| buzz::XmppClientSettings(),
|
| - new net::TestURLRequestContextGetter(
|
| + new TestURLRequestContextGetter(
|
| base::MessageLoopProxy::current(),
|
| - scoped_ptr<net::TestURLRequestContext>(
|
| - new MyTestURLRequestContext())),
|
| + scoped_ptr<TestURLRequestContext>(new MyTestURLRequestContext())),
|
| ServerList(
|
| 1,
|
| ServerInformation(
|
|
|