Chromium Code Reviews| Index: ash/mus/context_menu_mus.h |
| diff --git a/ash/sysui/context_menu_mus.h b/ash/mus/context_menu_mus.h |
| similarity index 85% |
| rename from ash/sysui/context_menu_mus.h |
| rename to ash/mus/context_menu_mus.h |
| index eb6674533d6aad2b423a5c7651dbf6951c3e813e..06a879c1134b7c9b251c828f3984bd9a69477f30 100644 |
| --- a/ash/sysui/context_menu_mus.h |
| +++ b/ash/mus/context_menu_mus.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 ASH_SYSUI_CONTEXT_MENU_MUS_H_ |
| -#define ASH_SYSUI_CONTEXT_MENU_MUS_H_ |
| +#ifndef ASH_MUS_CONTEXT_MENU_MUS_H_ |
| +#define ASH_MUS_CONTEXT_MENU_MUS_H_ |
| #include "ash/common/shelf/shelf_alignment_menu.h" |
| #include "base/macros.h" |
| @@ -14,7 +14,7 @@ namespace ash { |
| class WmShelf; |
| // Context menu for mash. |
| -// TODO(msw): Mimic logic in LauncherContextMenu. |
| +// TODO(mash): Mimic logic in LauncherContextMenu. |
|
sky
2016/08/25 00:00:32
Unless mash is a real person I would remove the (m
msw
2016/08/25 00:25:14
Done.
|
| class ContextMenuMus : public ui::SimpleMenuModel, |
| public ui::SimpleMenuModel::Delegate { |
| public: |
| @@ -41,4 +41,4 @@ class ContextMenuMus : public ui::SimpleMenuModel, |
| } // namespace ash |
| -#endif // ASH_SYSUI_CONTEXT_MENU_MUS_H_ |
| +#endif // ASH_MUS_CONTEXT_MENU_MUS_H_ |