| Index: components/ntp_snippets/ntp_snippets_fetcher.h
|
| diff --git a/components/ntp_snippets/ntp_snippets_fetcher.h b/components/ntp_snippets/ntp_snippets_fetcher.h
|
| index 515aaec7f7a8409b3230a3f030b899150b219573..782dd73f9dd12ee358b009735566111cab394dc2 100644
|
| --- a/components/ntp_snippets/ntp_snippets_fetcher.h
|
| +++ b/components/ntp_snippets/ntp_snippets_fetcher.h
|
| @@ -87,7 +87,7 @@ class NTPSnippetsFetcher : public OAuth2TokenService::Consumer,
|
|
|
| NTPSnippetsFetcher(
|
| SigninManagerBase* signin_manager,
|
| - OAuth2TokenService* oauth2_token_service,
|
| + OAuth2TokenService* token_service,
|
| scoped_refptr<net::URLRequestContextGetter> url_request_context_getter,
|
| PrefService* pref_service,
|
| CategoryFactory* category_factory,
|
|
|