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

Unified Diff: ash/mus/shelf_layout_impl.h

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/shadow_controller.cc ('k') | ash/mus/shelf_layout_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/shelf_layout_impl.h
diff --git a/mash/wm/shelf_layout_impl.h b/ash/mus/shelf_layout_impl.h
similarity index 77%
rename from mash/wm/shelf_layout_impl.h
rename to ash/mus/shelf_layout_impl.h
index e0d36cce30bcd40ebb94fc47dcc610839821a36f..698525bbe8a95d408a8d84bf939dc26cd0b675b0 100644
--- a/mash/wm/shelf_layout_impl.h
+++ b/ash/mus/shelf_layout_impl.h
@@ -2,20 +2,20 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MASH_WM_SHELF_LAYOUT_IMPL_H_
-#define MASH_WM_SHELF_LAYOUT_IMPL_H_
+#ifndef ASH_MUS_SHELF_LAYOUT_IMPL_H_
+#define ASH_MUS_SHELF_LAYOUT_IMPL_H_
#include "ash/public/interfaces/shelf_layout.mojom.h"
#include "base/macros.h"
-namespace mash {
-namespace wm {
+namespace ash {
+namespace mus {
class RootWindowController;
// Implements the ShelfLayout mojo interface to listen for layout changes from
// the system UI application.
-class ShelfLayoutImpl : public ash::mojom::ShelfLayout {
+class ShelfLayoutImpl : public mojom::ShelfLayout {
public:
ShelfLayoutImpl();
~ShelfLayoutImpl() override;
@@ -33,7 +33,7 @@ class ShelfLayoutImpl : public ash::mojom::ShelfLayout {
DISALLOW_COPY_AND_ASSIGN(ShelfLayoutImpl);
};
-} // namespace wm
-} // namespace mash
+} // namespace mus
+} // namespace ash
-#endif // MASH_WM_SHELF_LAYOUT_IMPL_H_
+#endif // ASH_MUS_SHELF_LAYOUT_IMPL_H_
« no previous file with comments | « ash/mus/shadow_controller.cc ('k') | ash/mus/shelf_layout_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698