| Index: content/browser/geolocation/wifi_data_provider_linux.cc
|
| diff --git a/content/browser/geolocation/wifi_data_provider_linux.cc b/content/browser/geolocation/wifi_data_provider_linux.cc
|
| index a8fad4af06ffab76e9d57777f066bac879c23236..7ec01b67f4318fba91c66ae0a10ee2732464d767 100644
|
| --- a/content/browser/geolocation/wifi_data_provider_linux.cc
|
| +++ b/content/browser/geolocation/wifi_data_provider_linux.cc
|
| @@ -343,7 +343,7 @@ scoped_ptr<dbus::Response> NetworkManagerWlanApi::GetAccessPointProperty(
|
| if (!response) {
|
| LOG(WARNING) << "Failed to get property for " << property_name;
|
| }
|
| - return response.Pass();
|
| + return response;
|
| }
|
|
|
| } // namespace
|
|
|