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

Unified Diff: ash/common/test/ash_test.cc

Issue 2761063002: Move more from WmShell to Shell (Closed)
Patch Set: merge Created 3 years, 9 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
« no previous file with comments | « ash/common/system/web_notification/web_notification_tray.cc ('k') | ash/common/test/wm_shell_test_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/test/ash_test.cc
diff --git a/ash/common/test/ash_test.cc b/ash/common/test/ash_test.cc
index 5f7550658e7ad114ba3475f1c84425fe9b8e4e14..57dca5884b596ce0f014b8b11f8813f9e17abc81 100644
--- a/ash/common/test/ash_test.cc
+++ b/ash/common/test/ash_test.cc
@@ -12,6 +12,7 @@
#include "ash/common/wm_shell.h"
#include "ash/common/wm_window.h"
#include "ash/root_window_controller.h"
+#include "ash/shell.h"
#include "base/memory/ptr_util.h"
#include "base/run_loop.h"
#include "ui/aura/window.h"
@@ -46,7 +47,7 @@ SystemTray* AshTest::GetPrimarySystemTray() {
// static
test::TestSystemTrayDelegate* AshTest::GetSystemTrayDelegate() {
return static_cast<test::TestSystemTrayDelegate*>(
- WmShell::Get()->system_tray_delegate());
+ Shell::Get()->system_tray_delegate());
}
void AshTest::UpdateDisplay(const std::string& display_spec) {
« no previous file with comments | « ash/common/system/web_notification/web_notification_tray.cc ('k') | ash/common/test/wm_shell_test_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698