| Index: net/tools/net_watcher/net_watcher.cc
|
| diff --git a/net/tools/net_watcher/net_watcher.cc b/net/tools/net_watcher/net_watcher.cc
|
| index f756e971bf0a03c1ac365fa65de0d6e93441db15..6a155d55edf5df5136a1666435619887893793cd 100644
|
| --- a/net/tools/net_watcher/net_watcher.cc
|
| +++ b/net/tools/net_watcher/net_watcher.cc
|
| @@ -139,7 +139,7 @@ int main(int argc, char* argv[]) {
|
| // 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.message_loop_proxy().get(),
|
| &network_loop));
|
|
|
| // Uses |network_change_notifier|.
|
|
|