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

Unified Diff: ash/mus/context_menu_mus.h

Issue 2899253002: chromeos: Rename ash::WmShelf to Shelf (Closed)
Patch Set: rebase Created 3 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/metrics/user_metrics_recorder.cc ('k') | ash/mus/context_menu_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/context_menu_mus.h
diff --git a/ash/mus/context_menu_mus.h b/ash/mus/context_menu_mus.h
index c3d27fb690b0420536d83de86fd589a5e8920b66..f07f0eddd6c0659ce8342bc9a001fdb678118a52 100644
--- a/ash/mus/context_menu_mus.h
+++ b/ash/mus/context_menu_mus.h
@@ -11,14 +11,14 @@
namespace ash {
-class WmShelf;
+class Shelf;
// Context menu for mash.
// TODO: Mimic logic in LauncherContextMenu. http://crbug.com/640693
class ContextMenuMus : public ui::SimpleMenuModel,
public ui::SimpleMenuModel::Delegate {
public:
- explicit ContextMenuMus(WmShelf* wm_shelf);
+ explicit ContextMenuMus(Shelf* shelf);
~ContextMenuMus() override;
// ui::SimpleMenuModel::Delegate overrides:
@@ -33,7 +33,7 @@ class ContextMenuMus : public ui::SimpleMenuModel,
MENU_CHANGE_WALLPAPER,
};
- WmShelf* wm_shelf_;
+ Shelf* shelf_;
ShelfAlignmentMenu alignment_menu_;
DISALLOW_COPY_AND_ASSIGN(ContextMenuMus);
« no previous file with comments | « ash/metrics/user_metrics_recorder.cc ('k') | ash/mus/context_menu_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698