summaryrefslogtreecommitdiffstats
path: root/net/tools/net_watcher/net_watcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/tools/net_watcher/net_watcher.cc')
-rw-r--r--net/tools/net_watcher/net_watcher.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tools/net_watcher/net_watcher.cc b/net/tools/net_watcher/net_watcher.cc
index c2a7766..18fd41d 100644
--- a/net/tools/net_watcher/net_watcher.cc
+++ b/net/tools/net_watcher/net_watcher.cc
@@ -171,8 +171,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
// Use the network loop as the file loop also.
scoped_ptr<net::ProxyConfigService> proxy_config_service(
net::ProxyService::CreateSystemProxyConfigService(
- network_loop.message_loop_proxy(),
- &network_loop));
+ network_loop.message_loop_proxy().get(), &network_loop));
// Uses |network_change_notifier|.
net::NetworkChangeNotifier::AddIPAddressObserver(&net_watcher);