summaryrefslogtreecommitdiffstats
path: root/chromeos/geolocation
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/geolocation')
-rw-r--r--chromeos/geolocation/simple_geolocation_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/geolocation/simple_geolocation_unittest.cc b/chromeos/geolocation/simple_geolocation_unittest.cc
index ba4eb2e..6c8fb42 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) {