Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: ash/autoclick/autoclick_unittest.cc

Issue 2808723004: Renames WmShell to ShellPort (Closed)
Patch Set: feedback Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/autoclick/autoclick_unittest.cc
diff --git a/ash/autoclick/autoclick_unittest.cc b/ash/autoclick/autoclick_unittest.cc
index ff44d8a15660cde0f02cb4940ac1cada85554140..6c975fb8db5c9ea58e9d6b606d0df3913d93f3d4 100644
--- a/ash/autoclick/autoclick_unittest.cc
+++ b/ash/autoclick/autoclick_unittest.cc
@@ -4,8 +4,8 @@
#include "ash/autoclick/autoclick_controller.h"
#include "ash/shell.h"
+#include "ash/shell_port.h"
#include "ash/test/ash_test_base.h"
-#include "ash/wm_shell.h"
#include "ui/aura/test/test_window_delegate.h"
#include "ui/aura/window.h"
#include "ui/aura/window_event_dispatcher.h"
@@ -71,7 +71,7 @@ class AutoclickTest : public test::AshTestBase {
// Make sure the display is initialized so we don't fail the test due to any
// input events caused from creating the display.
- if (!WmShell::Get()->IsRunningInMash())
+ if (!ShellPort::Get()->IsRunningInMash())
Shell::Get()->display_manager()->UpdateDisplays();
RunAllPendingInMessageLoop();
}

Powered by Google App Engine
This is Rietveld 408576698