| Index: chrome/browser/chromeos/arc/intent_helper/arc_navigation_throttle.h
|
| diff --git a/chrome/browser/chromeos/arc/intent_helper/arc_navigation_throttle.h b/chrome/browser/chromeos/arc/intent_helper/arc_navigation_throttle.h
|
| index b2cdee61c51a84db75819acd779001a45958dc8f..8bf52681856f4e1e746c6b57e8d9695e9e630a2f 100644
|
| --- a/chrome/browser/chromeos/arc/intent_helper/arc_navigation_throttle.h
|
| +++ b/chrome/browser/chromeos/arc/intent_helper/arc_navigation_throttle.h
|
| @@ -13,7 +13,7 @@
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "components/arc/intent_helper/activity_icon_loader.h"
|
| +#include "components/arc/intent_helper/arc_intent_helper_bridge.h"
|
| #include "content/public/browser/navigation_throttle.h"
|
| #include "ui/gfx/image/image.h"
|
| #include "url/gurl.h"
|
| @@ -113,7 +113,7 @@ class ArcNavigationThrottle : public content::NavigationThrottle {
|
| std::vector<mojom::IntentHandlerInfoPtr> handlers);
|
| void OnAppIconsReceived(
|
| std::vector<mojom::IntentHandlerInfoPtr> handlers,
|
| - std::unique_ptr<ActivityIconLoader::ActivityToIconsMap> icons);
|
| + std::unique_ptr<ArcIntentHelperBridge::ActivityToIconsMap> icons);
|
| void OnIntentPickerClosed(std::vector<mojom::IntentHandlerInfoPtr> handlers,
|
| const std::string& selected_app_package,
|
| CloseReason close_reason);
|
|
|