| Index: sync/tools/sync_client.cc
|
| diff --git a/sync/tools/sync_client.cc b/sync/tools/sync_client.cc
|
| index 5999e11a5f06a6267e417d8bcda77270fb943233..d64041f09288a8ca0325c0151fb5f6903cc3f354 100644
|
| --- a/sync/tools/sync_client.cc
|
| +++ b/sync/tools/sync_client.cc
|
| @@ -75,7 +75,7 @@ class MyTestURLRequestContext : public net::TestURLRequestContext {
|
| context_storage_.set_host_resolver(
|
| net::HostResolver::CreateDefaultResolver(NULL));
|
| context_storage_.set_transport_security_state(
|
| - new net::TransportSecurityState());
|
| + make_scoped_ptr(new net::TransportSecurityState()));
|
| Init();
|
| }
|
|
|
|
|