| Index: google_apis/gcm/tools/mcs_probe.cc
|
| diff --git a/google_apis/gcm/tools/mcs_probe.cc b/google_apis/gcm/tools/mcs_probe.cc
|
| index afc16b59876e3ca96cf428671ac6ae7f78c31372..2ce4076e9d16b1ddb86c3dc84238b55b0f815657 100644
|
| --- a/google_apis/gcm/tools/mcs_probe.cc
|
| +++ b/google_apis/gcm/tools/mcs_probe.cc
|
| @@ -146,7 +146,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();
|
| }
|
|
|
|
|