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

Unified Diff: ash/mus/frame/header_painter_util.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/frame/header_painter.h ('k') | ash/mus/frame/header_painter_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/frame/header_painter_util.h
diff --git a/mash/wm/frame/header_painter_util.h b/ash/mus/frame/header_painter_util.h
similarity index 88%
rename from mash/wm/frame/header_painter_util.h
rename to ash/mus/frame/header_painter_util.h
index fba2c495ebb297cc990409efe622984133ef1dbf..18abc0e3b15b74f4347c4f92112fd1b3099f4a7c 100644
--- a/mash/wm/frame/header_painter_util.h
+++ b/ash/mus/frame/header_painter_util.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MASH_WM_FRAME_HEADER_PAINTER_UTIL_H_
-#define MASH_WM_FRAME_HEADER_PAINTER_UTIL_H_
+#ifndef ASH_MUS_FRAME_HEADER_PAINTER_UTIL_H_
+#define ASH_MUS_FRAME_HEADER_PAINTER_UTIL_H_
#include "base/macros.h"
@@ -16,8 +16,8 @@ class View;
class Widget;
}
-namespace mash {
-namespace wm {
+namespace ash {
+namespace mus {
// Static-only helper class for functionality used accross multiple
// implementations of HeaderPainter.
@@ -50,7 +50,7 @@ class HeaderPainterUtil {
DISALLOW_IMPLICIT_CONSTRUCTORS(HeaderPainterUtil);
};
-} // namespace wm
-} // namespace mash
+} // namespace mus
+} // namespace ash
-#endif // MASH_WM_FRAME_HEADER_PAINTER_UTIL_H_
+#endif // ASH_MUS_FRAME_HEADER_PAINTER_UTIL_H_
« no previous file with comments | « ash/mus/frame/header_painter.h ('k') | ash/mus/frame/header_painter_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698