| Index: content/browser/renderer_host/pepper/pepper_network_monitor_host.cc
|
| diff --git a/content/browser/renderer_host/pepper/pepper_network_monitor_host.cc b/content/browser/renderer_host/pepper/pepper_network_monitor_host.cc
|
| index d14603a1513ae93bf77ea4925fd0876b575224c6..2d07e2a54f6a304f0d352d935d8d3e197e9ce009 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_network_monitor_host.cc
|
| +++ b/content/browser/renderer_host/pepper/pepper_network_monitor_host.cc
|
| @@ -36,7 +36,7 @@ bool CanUseNetworkMonitor(bool external_plugin,
|
| scoped_ptr<net::NetworkInterfaceList> GetNetworkList() {
|
| scoped_ptr<net::NetworkInterfaceList> list(new net::NetworkInterfaceList());
|
| net::GetNetworkList(list.get(), net::INCLUDE_HOST_SCOPE_VIRTUAL_INTERFACES);
|
| - return list.Pass();
|
| + return list;
|
| }
|
|
|
| } // namespace
|
|
|