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

Unified Diff: chrome/browser/ui/ash/launcher/desktop_shell_launcher_context_menu.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
Index: chrome/browser/ui/ash/launcher/desktop_shell_launcher_context_menu.h
diff --git a/chrome/browser/ui/ash/launcher/desktop_shell_launcher_context_menu.h b/chrome/browser/ui/ash/launcher/desktop_shell_launcher_context_menu.h
index 347a589b80e75e89e30d49a5d54506c34d38ac50..f6b6e8566b7982f7ad4644f6b4ea1bf1500eed91 100644
--- a/chrome/browser/ui/ash/launcher/desktop_shell_launcher_context_menu.h
+++ b/chrome/browser/ui/ash/launcher/desktop_shell_launcher_context_menu.h
@@ -11,8 +11,8 @@
class ChromeLauncherController;
namespace ash {
+class Shelf;
struct ShelfItem;
-class WmShelf;
}
// Class for context menu which is shown when right click on desktop shell.
@@ -20,7 +20,7 @@ class DesktopShellLauncherContextMenu : public LauncherContextMenu {
public:
DesktopShellLauncherContextMenu(ChromeLauncherController* controller,
const ash::ShelfItem* item,
- ash::WmShelf* shelf);
+ ash::Shelf* shelf);
~DesktopShellLauncherContextMenu() override;
private:

Powered by Google App Engine
This is Rietveld 408576698