| Index: components/suggestions/suggestions_service_unittest.cc
|
| diff --git a/components/suggestions/suggestions_service_unittest.cc b/components/suggestions/suggestions_service_unittest.cc
|
| index 36d8cef33376206bba7e43b51eab574eebcd9676..4e7d950b8d373a2d64e156e63d51af6a57f2ef81 100644
|
| --- a/components/suggestions/suggestions_service_unittest.cc
|
| +++ b/components/suggestions/suggestions_service_unittest.cc
|
| @@ -71,7 +71,7 @@ scoped_ptr<net::FakeURLFetcher> CreateURLFetcher(
|
| download_headers->AddHeader("Content-Type: text/html");
|
| fetcher->set_response_headers(download_headers);
|
| }
|
| - return fetcher.Pass();
|
| + return fetcher;
|
| }
|
|
|
| // GMock matcher for protobuf equality.
|
|
|