Index: remoting/host/url_request_context.cc |
diff --git a/remoting/host/url_request_context.cc b/remoting/host/url_request_context.cc |
index cf124b40340a54c23370da7d1984cd64233f9e0c..4c75c0233a1e57e6e31806a925004368c8af9e88 100644 |
--- a/remoting/host/url_request_context.cc |
+++ b/remoting/host/url_request_context.cc |
@@ -80,7 +80,7 @@ net::ProxyConfigService* CreateSystemProxyConfigService( |
// which is in turn copied from some test code. Move it somewhere reusable. |
URLRequestContext::URLRequestContext( |
scoped_ptr<net::ProxyConfigService> proxy_config_service) |
- : ALLOW_THIS_IN_INITIALIZER_LIST(storage_(this)) { |
+ : storage_(this) { |
scoped_ptr<VlogNetLog> net_log(new VlogNetLog()); |
storage_.set_host_resolver( |
net::HostResolver::CreateDefaultResolver(net_log.get())); |