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

Unified Diff: ash/shelf/shelf_window_targeter.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/shelf/shelf_layout_manager_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_window_targeter.cc
diff --git a/ash/shelf/shelf_window_targeter.cc b/ash/shelf/shelf_window_targeter.cc
index 142d877264fe17542bdc0b2868eb0a8864f2f9f9..e8198b2dd782a86b2cc5a53949f8c53f5915ba1c 100644
--- a/ash/shelf/shelf_window_targeter.cc
+++ b/ash/shelf/shelf_window_targeter.cc
@@ -4,7 +4,6 @@
#include "ash/shelf/shelf_window_targeter.h"
-#include "ash/aura/wm_window_aura.h"
#include "ash/common/shelf/shelf_constants.h"
#include "ash/common/shelf/wm_shelf.h"
#include "ash/common/wm_window.h"
@@ -25,7 +24,7 @@ gfx::Insets GetInsetsForAlignment(int distance, ShelfAlignment alignment) {
} // namespace
ShelfWindowTargeter::ShelfWindowTargeter(WmWindow* container, WmShelf* shelf)
- : ::wm::EasyResizeWindowTargeter(WmWindowAura::GetAuraWindow(container),
+ : ::wm::EasyResizeWindowTargeter(WmWindow::GetAuraWindow(container),
gfx::Insets(),
gfx::Insets()),
shelf_(shelf) {
« no previous file with comments | « ash/shelf/shelf_layout_manager_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698