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

Unified Diff: ash/mus/bridge/wm_lookup_mus.cc

Issue 2629643002: chromeos: Renames WmWindowAura to WmWindow (Closed)
Patch Set: feedback Created 3 years, 11 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/mus/accelerators/accelerator_controller_unittest.cc ('k') | ash/mus/bridge/wm_shell_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_lookup_mus.cc
diff --git a/ash/mus/bridge/wm_lookup_mus.cc b/ash/mus/bridge/wm_lookup_mus.cc
index 685d1faebd0d3ed7a11516c6f9d1780af52e1073..d0bc4e58dc3acd0a835dbee5d5e202c15a9d3cb2 100644
--- a/ash/mus/bridge/wm_lookup_mus.cc
+++ b/ash/mus/bridge/wm_lookup_mus.cc
@@ -4,7 +4,7 @@
#include "ash/mus/bridge/wm_lookup_mus.h"
-#include "ash/aura/wm_window_aura.h"
+#include "ash/common/wm_window.h"
#include "ash/mus/bridge/wm_shell_mus.h"
#include "ash/mus/root_window_controller.h"
#include "ui/views/widget/widget.h"
@@ -29,7 +29,7 @@ ash::RootWindowController* WmLookupMus::GetRootWindowControllerWithDisplayId(
}
WmWindow* WmLookupMus::GetWindowForWidget(views::Widget* widget) {
- return ash::WmWindowAura::Get(widget->GetNativeWindow());
+ return WmWindow::Get(widget->GetNativeWindow());
}
} // namespace mus
« no previous file with comments | « ash/mus/accelerators/accelerator_controller_unittest.cc ('k') | ash/mus/bridge/wm_shell_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698