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

Unified Diff: ash/shelf/shelf_view.h

Issue 97173003: ash: Rename more Launcher classes to Shelf*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: link chrome Created 7 years 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/shelf/shelf_menu_model.h ('k') | ash/shelf/shelf_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_view.h
diff --git a/ash/shelf/shelf_view.h b/ash/shelf/shelf_view.h
index 4d6545e3a2919e1427e26d880bcf4787967a3e4f..56901ed61af7aee76c17deb140e89ce66b36f8eb 100644
--- a/ash/shelf/shelf_view.h
+++ b/ash/shelf/shelf_view.h
@@ -34,8 +34,8 @@ class ShelfViewTestAPI;
class LauncherDelegate;
struct LauncherItem;
-class LauncherItemDelegateManager;
class ShelfIconObserver;
+class ShelfItemDelegateManager;
class ShelfModel;
namespace internal {
@@ -431,8 +431,8 @@ class ASH_EXPORT ShelfView : public views::View,
// The rip off view when a snap back operation is underway.
views::View* snap_back_from_rip_off_view_;
- // Holds LauncherItemDelegateManager.
- LauncherItemDelegateManager* item_manager_;
+ // Holds ShelfItemDelegateManager.
+ ShelfItemDelegateManager* item_manager_;
// Holds ShelfLayoutManager.
ShelfLayoutManager* layout_manager_;
« no previous file with comments | « ash/shelf/shelf_menu_model.h ('k') | ash/shelf/shelf_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698