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

Unified Diff: chrome/browser/ui/views/tabs/window_finder_ash.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
Index: chrome/browser/ui/views/tabs/window_finder_ash.cc
diff --git a/chrome/browser/ui/views/tabs/window_finder_ash.cc b/chrome/browser/ui/views/tabs/window_finder_ash.cc
index da92981620fc5c2a11a74a10666292de00e50f7c..4b828121bf48700f1a479ae0278043c59e2c389f 100644
--- a/chrome/browser/ui/views/tabs/window_finder_ash.cc
+++ b/chrome/browser/ui/views/tabs/window_finder_ash.cc
@@ -4,8 +4,8 @@
#include "chrome/browser/ui/views/tabs/window_finder.h"
-#include "ash/aura/wm_window_aura.h"
#include "ash/common/wm/root_window_finder.h"
+#include "ash/common/wm_window.h"
#include "ash/public/cpp/shell_window_ids.h"
#include "ui/aura/client/screen_position_client.h"
#include "ui/aura/window.h"
@@ -58,5 +58,5 @@ gfx::NativeWindow GetLocalProcessWindowAtPointAsh(
const std::set<gfx::NativeWindow>& ignore) {
return GetLocalProcessWindowAtPointImpl(
screen_point, ignore,
- ash::WmWindowAura::GetAuraWindow(ash::wm::GetRootWindowAt(screen_point)));
+ ash::WmWindow::GetAuraWindow(ash::wm::GetRootWindowAt(screen_point)));
}

Powered by Google App Engine
This is Rietveld 408576698