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

Unified Diff: ash/aura/aura_layout_manager_adapter.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/aura_layout_manager_adapter.cc
diff --git a/ash/wm/aura/aura_layout_manager_adapter.cc b/ash/aura/aura_layout_manager_adapter.cc
similarity index 89%
rename from ash/wm/aura/aura_layout_manager_adapter.cc
rename to ash/aura/aura_layout_manager_adapter.cc
index c7cab6b1a70f6509584a2ac085813f0ce5f3d3b4..1f676f4e85726bea9488c4546e93de66b79c52eb 100644
--- a/ash/wm/aura/aura_layout_manager_adapter.cc
+++ b/ash/aura/aura_layout_manager_adapter.cc
@@ -2,13 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/wm/aura/aura_layout_manager_adapter.h"
+#include "ash/aura/aura_layout_manager_adapter.h"
-#include "ash/common/wm/wm_layout_manager.h"
-#include "ash/wm/aura/wm_window_aura.h"
+#include "ash/aura/wm_window_aura.h"
+#include "ash/common/wm_layout_manager.h"
namespace ash {
-namespace wm {
AuraLayoutManagerAdapter::AuraLayoutManagerAdapter(
std::unique_ptr<WmLayoutManager> wm_layout_manager)
@@ -47,5 +46,4 @@ void AuraLayoutManagerAdapter::SetChildBounds(
requested_bounds);
}
-} // namespace wm
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698