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

Unified Diff: ash/aura/wm_lookup_aura.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/aura/aura_layout_manager_adapter.cc ('k') | ash/aura/wm_shell_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/aura/wm_lookup_aura.cc
diff --git a/ash/aura/wm_lookup_aura.cc b/ash/aura/wm_lookup_aura.cc
index ee8ba06f15547a5037b012386f553905fd770d81..6a690b8d2645b913bbae7b6d748f49861d259534 100644
--- a/ash/aura/wm_lookup_aura.cc
+++ b/ash/aura/wm_lookup_aura.cc
@@ -4,8 +4,8 @@
#include "ash/aura/wm_lookup_aura.h"
-#include "ash/aura/wm_window_aura.h"
#include "ash/common/wm_layout_manager.h"
+#include "ash/common/wm_window.h"
#include "ash/display/window_tree_host_manager.h"
#include "ash/root_window_controller.h"
#include "ash/shell.h"
@@ -30,7 +30,7 @@ RootWindowController* WmLookupAura::GetRootWindowControllerWithDisplayId(
}
WmWindow* WmLookupAura::GetWindowForWidget(views::Widget* widget) {
- return WmWindowAura::Get(widget->GetNativeWindow());
+ return WmWindow::Get(widget->GetNativeWindow());
}
} // namespace ash
« no previous file with comments | « ash/aura/aura_layout_manager_adapter.cc ('k') | ash/aura/wm_shell_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698