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

Unified Diff: ash/aura/wm_shelf_aura.cc

Issue 2035543004: Shuffles and renames ash/common/wm classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: random changes for chrome tests Created 4 years, 6 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: ash/aura/wm_shelf_aura.cc
diff --git a/ash/wm/aura/wm_shelf_aura.cc b/ash/aura/wm_shelf_aura.cc
similarity index 92%
rename from ash/wm/aura/wm_shelf_aura.cc
rename to ash/aura/wm_shelf_aura.cc
index 82a9ea9bb8663bdd495c4ff0fa0fe3b4f1f1f888..949cc00f9a7d61367d274440609245b29a1199af 100644
--- a/ash/wm/aura/wm_shelf_aura.cc
+++ b/ash/aura/wm_shelf_aura.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/wm/aura/wm_shelf_aura.h"
+#include "ash/aura/wm_shelf_aura.h"
+#include "ash/aura/wm_window_aura.h"
#include "ash/common/wm/shelf/wm_shelf_observer.h"
-#include "ash/common/wm/wm_window.h"
+#include "ash/common/wm_window.h"
#include "ash/shelf/shelf.h"
#include "ash/shelf/shelf_layout_manager.h"
-#include "ash/wm/aura/wm_window_aura.h"
#include "ui/views/widget/widget.h"
namespace ash {
@@ -56,8 +56,7 @@ void WmShelfAura::UpdateIconPositionForWindow(WmWindow* window) {
shelf_->UpdateIconPositionForWindow(WmWindowAura::GetAuraWindow(window));
}
-gfx::Rect WmShelfAura::GetScreenBoundsOfItemIconForWindow(
- wm::WmWindow* window) {
+gfx::Rect WmShelfAura::GetScreenBoundsOfItemIconForWindow(WmWindow* window) {
return shelf_->GetScreenBoundsOfItemIconForWindow(
WmWindowAura::GetAuraWindow(window));
}

Powered by Google App Engine
This is Rietveld 408576698