| Index: chrome/browser/chromeos/hats/hats_notification_controller.cc
|
| diff --git a/chrome/browser/chromeos/hats/hats_notification_controller.cc b/chrome/browser/chromeos/hats/hats_notification_controller.cc
|
| index 817f13ddd1b639043806591e0c37ba27989417a5..1b836fe03dd72d63bc96bf9f0d7a68744cd99232 100644
|
| --- a/chrome/browser/chromeos/hats/hats_notification_controller.cc
|
| +++ b/chrome/browser/chromeos/hats/hats_notification_controller.cc
|
| @@ -18,12 +18,12 @@
|
| #include "chrome/browser/chromeos/profiles/profile_helper.h"
|
| #include "chrome/browser/notifications/notification_ui_manager.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/search/suggestions/image_decoder_impl.h"
|
| #include "chrome/common/chrome_features.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/grit/theme_resources.h"
|
| #include "chromeos/chromeos_switches.h"
|
| #include "chromeos/network/network_state.h"
|
| +#include "components/image_fetcher/content/image_decoder_impl.h"
|
| #include "components/image_fetcher/core/image_fetcher_impl.h"
|
| #include "components/prefs/pref_service.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| @@ -227,7 +227,7 @@ void HatsNotificationController::OnPortalDetectionCompleted(
|
|
|
| if (!image_fetcher_)
|
| image_fetcher_.reset(new image_fetcher::ImageFetcherImpl(
|
| - base::MakeUnique<suggestions::ImageDecoderImpl>(),
|
| + base::MakeUnique<image_fetcher::ImageDecoderImpl>(),
|
| profile_->GetRequestContext()));
|
|
|
| completed_requests_ = 0;
|
|
|