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

Unified Diff: chrome/browser/ui/ash/launcher/launcher_item_controller.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
Index: chrome/browser/ui/ash/launcher/launcher_item_controller.h
diff --git a/chrome/browser/ui/ash/launcher/launcher_item_controller.h b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
index c2ba66f73c51a425a7dcc9f4860bd4318d5d0513..965446161d7566da1863faf673193632da01b983 100644
--- a/chrome/browser/ui/ash/launcher/launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
@@ -5,8 +5,8 @@
#ifndef CHROME_BROWSER_UI_ASH_LAUNCHER_LAUNCHER_ITEM_CONTROLLER_H_
#define CHROME_BROWSER_UI_ASH_LAUNCHER_LAUNCHER_ITEM_CONTROLLER_H_
-#include "ash/launcher/launcher_item_delegate.h"
#include "ash/launcher/launcher_types.h"
+#include "ash/shelf/shelf_item_delegate.h"
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/memory/scoped_vector.h"
@@ -28,8 +28,8 @@ class WebContents;
}
// LauncherItemController is used by ChromeLauncherController to track one
-// or more windows associated with a launcher item.
-class LauncherItemController : public ash::LauncherItemDelegate {
+// or more windows associated with a shelf item.
+class LauncherItemController : public ash::ShelfItemDelegate {
public:
enum Type {
TYPE_APP,

Powered by Google App Engine
This is Rietveld 408576698