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

Unified Diff: ash/wm/stacking_controller.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/wm/stacking_controller.cc
diff --git a/ash/wm/stacking_controller.cc b/ash/wm/stacking_controller.cc
index 45d7af894da5ec8a5b72980c8de859fcbc37f171..3bf2c77beb2097b1b0c14825e4ec47f033453b17 100644
--- a/ash/wm/stacking_controller.cc
+++ b/ash/wm/stacking_controller.cc
@@ -4,8 +4,8 @@
#include "ash/wm/stacking_controller.h"
+#include "ash/aura/wm_window_aura.h"
#include "ash/common/wm/container_finder.h"
-#include "ash/wm/aura/wm_window_aura.h"
namespace ash {
@@ -22,8 +22,8 @@ StackingController::~StackingController() {}
aura::Window* StackingController::GetDefaultParent(aura::Window* context,
aura::Window* window,
const gfx::Rect& bounds) {
- return wm::WmWindowAura::GetAuraWindow(wm::GetDefaultParent(
- wm::WmWindowAura::Get(context), wm::WmWindowAura::Get(window), bounds));
+ return WmWindowAura::GetAuraWindow(wm::GetDefaultParent(
+ WmWindowAura::Get(context), WmWindowAura::Get(window), bounds));
}
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698