| Index: chrome/browser/ntp_snippets/content_suggestions_service_factory.cc
|
| diff --git a/chrome/browser/ntp_snippets/content_suggestions_service_factory.cc b/chrome/browser/ntp_snippets/content_suggestions_service_factory.cc
|
| index 693224f99bc89f1cd5d998721b94d41bdeec5696..91139e0deca4695a33df3c76d64ad9db8ecbaff0 100644
|
| --- a/chrome/browser/ntp_snippets/content_suggestions_service_factory.cc
|
| +++ b/chrome/browser/ntp_snippets/content_suggestions_service_factory.cc
|
| @@ -16,7 +16,6 @@
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/history/history_service_factory.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/search/suggestions/image_decoder_impl.h"
|
| #include "chrome/browser/signin/profile_oauth2_token_service_factory.h"
|
| #include "chrome/browser/signin/signin_manager_factory.h"
|
| #include "chrome/browser/sync/profile_sync_service_factory.h"
|
| @@ -25,6 +24,7 @@
|
| #include "chrome/common/chrome_features.h"
|
| #include "components/bookmarks/browser/bookmark_model.h"
|
| #include "components/browser_sync/profile_sync_service.h"
|
| +#include "components/image_fetcher/content/image_decoder_impl.h"
|
| #include "components/image_fetcher/core/image_decoder.h"
|
| #include "components/image_fetcher/core/image_fetcher.h"
|
| #include "components/image_fetcher/core/image_fetcher_impl.h"
|
| @@ -85,6 +85,7 @@ using physical_web::PhysicalWebDataSource;
|
| using bookmarks::BookmarkModel;
|
| using content::BrowserThread;
|
| using history::HistoryService;
|
| +using image_fetcher::ImageDecoderImpl;
|
| using image_fetcher::ImageFetcherImpl;
|
| using ntp_snippets::BookmarkSuggestionsProvider;
|
| using ntp_snippets::CategoryRanker;
|
| @@ -98,7 +99,6 @@ using ntp_snippets::RemoteSuggestionsProviderImpl;
|
| using ntp_snippets::RemoteSuggestionsStatusService;
|
| using ntp_snippets::SchedulingRemoteSuggestionsProvider;
|
| using ntp_snippets::TabDelegateSyncAdapter;
|
| -using suggestions::ImageDecoderImpl;
|
| using syncer::SyncService;
|
| using translate::LanguageModel;
|
|
|
|
|