| Index: components/suggestions/suggestions_service.h
|
| diff --git a/components/suggestions/suggestions_service.h b/components/suggestions/suggestions_service.h
|
| index b0d0f4c54461f1dbdd0e47af80c3c1d0e1d28d00..34e03622c6c1dbca92d3acd9617f443aac9746b4 100644
|
| --- a/components/suggestions/suggestions_service.h
|
| +++ b/components/suggestions/suggestions_service.h
|
| @@ -111,7 +111,7 @@ class SuggestionsService : public KeyedService, public net::URLFetcherDelegate {
|
| FRIEND_TEST_ALL_PREFIXES(SuggestionsServiceTest, UpdateBlacklistDelay);
|
|
|
| // Creates a request to the suggestions service, properly setting headers.
|
| - net::URLFetcher* CreateSuggestionsRequest(const GURL& url);
|
| + scoped_ptr<net::URLFetcher> CreateSuggestionsRequest(const GURL& url);
|
|
|
| // net::URLFetcherDelegate implementation.
|
| // Called when fetch request completes. Parses the received suggestions data,
|
|
|