| Index: ash/mus/frame/header_painter.h
|
| diff --git a/mash/wm/frame/header_painter.h b/ash/mus/frame/header_painter.h
|
| similarity index 86%
|
| rename from mash/wm/frame/header_painter.h
|
| rename to ash/mus/frame/header_painter.h
|
| index 4328c198009db07cc6004948922c3152dd56ff1f..3c075f5aca23715a6c29937fbfc1df06866e034d 100644
|
| --- a/mash/wm/frame/header_painter.h
|
| +++ b/ash/mus/frame/header_painter.h
|
| @@ -2,15 +2,15 @@
|
| // 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_H_
|
| -#define MASH_WM_FRAME_HEADER_PAINTER_H_
|
| +#ifndef ASH_MUS_FRAME_HEADER_PAINTER_H_
|
| +#define ASH_MUS_FRAME_HEADER_PAINTER_H_
|
|
|
| namespace gfx {
|
| class Canvas;
|
| }
|
|
|
| -namespace mash {
|
| -namespace wm {
|
| +namespace ash {
|
| +namespace mus {
|
|
|
| // Helper class for painting the window header.
|
| // TODO(sky): keep this only if we're going to actually need different
|
| @@ -43,7 +43,7 @@ class HeaderPainter {
|
| virtual void SchedulePaintForTitle() = 0;
|
| };
|
|
|
| -} // namespace wm
|
| -} // namespace mash
|
| +} // namespace mus
|
| +} // namespace ash
|
|
|
| -#endif // MASH_WM_FRAME_HEADER_PAINTER_H_
|
| +#endif // ASH_MUS_FRAME_HEADER_PAINTER_H_
|
|
|