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

Unified Diff: ash/test/ui_controls_factory_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
« no previous file with comments | « ash/test/ash_test_impl_aura.cc ('k') | ash/test/wm_window_aura_test_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ui_controls_factory_ash.cc
diff --git a/ash/test/ui_controls_factory_ash.cc b/ash/test/ui_controls_factory_ash.cc
index 5e752b5c6882b191ad6bf41a7af407ea5d3cc4c9..1dff879bd58ae6611e3defdf6a351bb72f7c31f8 100644
--- a/ash/test/ui_controls_factory_ash.cc
+++ b/ash/test/ui_controls_factory_ash.cc
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/aura/wm_window_aura.h"
#include "ash/common/wm/root_window_finder.h"
+#include "ash/common/wm_window.h"
#include "ash/shell.h"
#include "ash/wm/window_properties.h"
#include "ui/aura/client/capture_client.h"
@@ -45,7 +45,7 @@ UIControlsAura* GetUIControlsForRootWindow(aura::Window* root_window) {
UIControlsAura* GetUIControlsAt(const gfx::Point& point_in_screen) {
// TODO(mazda): Support the case passive grab is taken.
return GetUIControlsForRootWindow(
- WmWindowAura::GetAuraWindow(ash::wm::GetRootWindowAt(point_in_screen)));
+ WmWindow::GetAuraWindow(ash::wm::GetRootWindowAt(point_in_screen)));
}
} // namespace
« no previous file with comments | « ash/test/ash_test_impl_aura.cc ('k') | ash/test/wm_window_aura_test_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698