Index: chrome/browser/ui/ash/launcher/arc_app_launcher_browsertest.cc |
diff --git a/chrome/browser/ui/ash/launcher/arc_app_launcher_browsertest.cc b/chrome/browser/ui/ash/launcher/arc_app_launcher_browsertest.cc |
index ffe1363a7119e202f95a7a63ed2acdf1bc00cc03..663fd4b23fc335b17a9024651da18ae0627b147f 100644 |
--- a/chrome/browser/ui/ash/launcher/arc_app_launcher_browsertest.cc |
+++ b/chrome/browser/ui/ash/launcher/arc_app_launcher_browsertest.cc |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
#include "ash/common/shelf/shelf_delegate.h" |
-#include "ash/common/wm_shell.h" |
+#include "ash/shell.h" |
#include "ash/wm/window_util.h" |
#include "base/macros.h" |
#include "base/run_loop.h" |
@@ -108,7 +108,7 @@ ChromeLauncherController* chrome_controller() { |
} |
ash::ShelfDelegate* shelf_delegate() { |
- return ash::WmShell::Get()->shelf_delegate(); |
+ return ash::Shell::Get()->shelf_delegate(); |
} |
class AppAnimatedWaiter { |