| 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 0c150cd3ca82455ea394adf095c72a493c62afa2..25ec99610ecf537d57689d9a7d6720c26f05e0c6 100644
|
| --- a/components/sync/tools/sync_listen_notifications.cc
|
| +++ b/components/sync/tools/sync_listen_notifications.cc
|
| @@ -84,7 +84,7 @@ class MyTestURLRequestContext : public net::TestURLRequestContext {
|
| context_storage_.set_host_resolver(
|
| net::HostResolver::CreateDefaultResolver(NULL));
|
| context_storage_.set_transport_security_state(
|
| - base::WrapUnique(new net::TransportSecurityState()));
|
| + base::MakeUnique<net::TransportSecurityState>());
|
| Init();
|
| }
|
|
|
|
|