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

Unified Diff: ash/mus/context_menu_mus.h

Issue 2271373002: mash: Port mojo:ash_sysui's ContextMenuMus to mojo:ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move factory ownership to WindowManagerApplication; to match AuraInit/ViewsDelegate. Created 4 years, 4 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
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 84%
rename from ash/sysui/context_menu_mus.h
rename to ash/mus/context_menu_mus.h
index eb6674533d6aad2b423a5c7651dbf6951c3e813e..01f69f5b76c3877291d473addec2e778be0b89fe 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: Mimic logic in LauncherContextMenu. http://crbug.com/640693
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_

Powered by Google App Engine
This is Rietveld 408576698