Index: chromeos/geolocation/simple_geolocation_unittest.cc |
diff --git a/chromeos/geolocation/simple_geolocation_unittest.cc b/chromeos/geolocation/simple_geolocation_unittest.cc |
index ba4eb2e911ae2cb05bfb5a5cf9e8cd712e2e275f..6c8fb4299f44982072915a8482d4d4a7972e9e51 100644 |
--- a/chromeos/geolocation/simple_geolocation_unittest.cc |
+++ b/chromeos/geolocation/simple_geolocation_unittest.cc |
@@ -79,7 +79,7 @@ class TestGeolocationAPIURLFetcherCallback { |
new net::HttpResponseHeaders(std::string()); |
download_headers->AddHeader("Content-Type: application/json"); |
fetcher->set_response_headers(download_headers); |
- return fetcher.Pass(); |
+ return fetcher; |
} |
void Initialize(net::FakeURLFetcherFactory* factory) { |