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

Unified Diff: ash/wm/window_mirror_view.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/wm/window_mirror_view.h ('k') | ash/wm/window_state_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_mirror_view.cc
diff --git a/ash/wm/window_mirror_view.cc b/ash/wm/window_mirror_view.cc
index 7ba91a8d13cbf82f2fadc342382a4351b471792f..f1dce6eaf0eddd556ca9fbbce0d9c8e7ce0d38ca 100644
--- a/ash/wm/window_mirror_view.cc
+++ b/ash/wm/window_mirror_view.cc
@@ -4,8 +4,8 @@
#include "ash/wm/window_mirror_view.h"
-#include "ash/aura/wm_window_aura.h"
#include "ash/common/wm/window_state.h"
+#include "ash/common/wm_window.h"
#include "ash/common/wm_window_property.h"
#include "ash/wm/window_state_aura.h"
#include "ui/aura/client/aura_constants.h"
@@ -32,7 +32,7 @@ void EnsureAllChildrenAreVisible(ui::Layer* layer) {
} // namespace
-WindowMirrorView::WindowMirrorView(WmWindowAura* window) : target_(window) {
+WindowMirrorView::WindowMirrorView(WmWindow* window) : target_(window) {
DCHECK(window);
}
« no previous file with comments | « ash/wm/window_mirror_view.h ('k') | ash/wm/window_state_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698