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

Unified Diff: ash/mus/shelf_layout_impl.cc

Issue 2029883002: Moves mash/wm into ash/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_static_assert
Patch Set: move comment Created 4 years, 7 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/mus/shelf_layout_impl.h ('k') | ash/mus/shelf_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/shelf_layout_impl.cc
diff --git a/mash/wm/shelf_layout_impl.cc b/ash/mus/shelf_layout_impl.cc
similarity index 77%
rename from mash/wm/shelf_layout_impl.cc
rename to ash/mus/shelf_layout_impl.cc
index 5a8917dd1beee2e99f3baa18c52da7c39478fcfd..93aab022a5e893c15e1a1947ca2d6f25f36d0e81 100644
--- a/mash/wm/shelf_layout_impl.cc
+++ b/ash/mus/shelf_layout_impl.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mash/wm/shelf_layout_impl.h"
+#include "ash/mus/shelf_layout_impl.h"
-#include "mash/wm/root_window_controller.h"
-#include "mash/wm/shelf_layout_manager.h"
-#include "mash/wm/status_layout_manager.h"
+#include "ash/mus/root_window_controller.h"
+#include "ash/mus/shelf_layout_manager.h"
+#include "ash/mus/status_layout_manager.h"
-namespace mash {
-namespace wm {
+namespace ash {
+namespace mus {
ShelfLayoutImpl::ShelfLayoutImpl() {}
@@ -30,5 +30,5 @@ void ShelfLayoutImpl::SetAutoHideBehavior(
root_controller_->GetStatusLayoutManager()->SetAutoHideBehavior(auto_hide);
}
-} // namespace wm
-} // namespace mash
+} // namespace mus
+} // namespace ash
« no previous file with comments | « ash/mus/shelf_layout_impl.h ('k') | ash/mus/shelf_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698