| Index: sync/tools/sync_listen_notifications.cc
|
| diff --git a/sync/tools/sync_listen_notifications.cc b/sync/tools/sync_listen_notifications.cc
|
| index 51cef834cb5c0f2b8e773dab322c8870888508be..21cf2c994ddc05e5e474f3d502c347887116bc00 100644
|
| --- a/sync/tools/sync_listen_notifications.cc
|
| +++ b/sync/tools/sync_listen_notifications.cc
|
| @@ -118,10 +118,7 @@ class MyTestURLRequestContext : public TestURLRequestContext {
|
| public:
|
| MyTestURLRequestContext() : TestURLRequestContext(true) {
|
| context_storage_.set_host_resolver(
|
| - net::CreateSystemHostResolver(
|
| - net::HostResolver::kDefaultParallelism,
|
| - net::HostResolver::kDefaultRetryAttempts,
|
| - NULL));
|
| + net::HostResolver::CreateDefaultResolver(NULL));
|
| context_storage_.set_transport_security_state(
|
| new net::TransportSecurityState());
|
| Init();
|
|
|