| Index: components/sync/tools/sync_listen_notifications.cc
|
| diff --git a/components/sync/tools/sync_listen_notifications.cc b/components/sync/tools/sync_listen_notifications.cc
|
| index 3ea3de6344ac1776d053954972c4f12b1353e447..93d00b143442b741d84539afb8d913b921f7de56 100644
|
| --- a/components/sync/tools/sync_listen_notifications.cc
|
| +++ b/components/sync/tools/sync_listen_notifications.cc
|
| @@ -82,7 +82,7 @@ class MyTestURLRequestContext : public net::TestURLRequestContext {
|
| public:
|
| MyTestURLRequestContext() : TestURLRequestContext(true) {
|
| context_storage_.set_host_resolver(
|
| - net::HostResolver::CreateDefaultResolver(NULL));
|
| + net::HostResolver::CreateDefaultResolver(nullptr));
|
| context_storage_.set_transport_security_state(
|
| base::MakeUnique<net::TransportSecurityState>());
|
| Init();
|
|
|