| Index: sync/tools/sync_listen_notifications.cc
|
| diff --git a/sync/tools/sync_listen_notifications.cc b/sync/tools/sync_listen_notifications.cc
|
| index 2cdd4df36a23692011d6005a45d6ec6702935f19..3a1d808aae4c427225982b215fad0bf7c12dfb0b 100644
|
| --- a/sync/tools/sync_listen_notifications.cc
|
| +++ b/sync/tools/sync_listen_notifications.cc
|
| @@ -81,7 +81,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();
|
| }
|
|
|
|
|