| Index: components/arc/intent_helper/arc_intent_helper_bridge.cc
|
| diff --git a/components/arc/intent_helper/arc_intent_helper_bridge.cc b/components/arc/intent_helper/arc_intent_helper_bridge.cc
|
| index b4167dbd4131f445609c0dd694e3c2e828ab6ff6..953b249cb3631b5d05f87165f346b7cf0706cbf6 100644
|
| --- a/components/arc/intent_helper/arc_intent_helper_bridge.cc
|
| +++ b/components/arc/intent_helper/arc_intent_helper_bridge.cc
|
| @@ -6,11 +6,11 @@
|
|
|
| #include <utility>
|
|
|
| -#include "ash/new_window_controller.h"
|
| +#include "ash/common/new_window_controller.h"
|
| +#include "ash/common/shell_delegate.h"
|
| +#include "ash/common/wallpaper/wallpaper_controller.h"
|
| +#include "ash/common/wm_shell.h"
|
| #include "ash/shell.h"
|
| -#include "ash/shell_delegate.h"
|
| -#include "ash/wallpaper/wallpaper_controller.h"
|
| -#include "ash/wm_shell.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "components/arc/arc_bridge_service.h"
|
| #include "components/arc/arc_service_manager.h"
|
|
|