| Index: components/ntp_snippets/remote/remote_suggestions_fetcher.h
|
| diff --git a/components/ntp_snippets/remote/remote_suggestions_fetcher.h b/components/ntp_snippets/remote/remote_suggestions_fetcher.h
|
| index c2c929722edcba05de02faeb83bccfdda76a07f1..f767f1cfa9914324f6a3ffb15ca31ff01d7d2a48 100644
|
| --- a/components/ntp_snippets/remote/remote_suggestions_fetcher.h
|
| +++ b/components/ntp_snippets/remote/remote_suggestions_fetcher.h
|
| @@ -190,8 +190,6 @@ class RemoteSuggestionsFetcher : public OAuth2TokenService::Consumer,
|
|
|
| // API endpoint for fetching suggestions.
|
| const GURL fetch_url_;
|
| - // Which API to use
|
| - const internal::FetchAPI fetch_api_;
|
|
|
| // API key to use for non-authenticated requests.
|
| const std::string api_key_;
|
|
|