diff options
Diffstat (limited to 'chromeos/geolocation/simple_geolocation_unittest.cc')
-rw-r--r-- | chromeos/geolocation/simple_geolocation_unittest.cc | 2 |
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) { |