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

Unified Diff: ash/shell_delegate.h

Issue 2899253002: chromeos: Rename ash::WmShelf to Shelf (Closed)
Patch Set: cleanup 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
Index: ash/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index 7a3caf47562952531fba8c24f85e0b3541da6221..218e00b1873a7ff470d00e12d5e3dbaa0cabc3a2 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -37,10 +37,10 @@ class AccessibilityDelegate;
class GPUSupport;
class PaletteDelegate;
class SessionStateDelegate;
-class SystemTrayDelegate;
+class Shelf;
struct ShelfItem;
+class SystemTrayDelegate;
class WallpaperDelegate;
-class WmShelf;
class WmWindow;
// Delegate of the Shell.
@@ -107,9 +107,9 @@ class ASH_EXPORT ShellDelegate {
virtual std::unique_ptr<PaletteDelegate> CreatePaletteDelegate() = 0;
- // Creates a menu model for the |wm_shelf| and optional shelf |item|.
+ // Creates a menu model for the |shelf| and optional shelf |item|.
// If |item| is null, this creates a context menu for the wallpaper or shelf.
- virtual ui::MenuModel* CreateContextMenu(WmShelf* wm_shelf,
+ virtual ui::MenuModel* CreateContextMenu(Shelf* shelf,
const ShelfItem* item) = 0;
// Creates a GPU support object. Shell takes ownership of the object.

Powered by Google App Engine
This is Rietveld 408576698