| 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_
|
|
|