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

Unified Diff: ash/shelf/shelf_button_host.h

Issue 57453002: ash: Rename LauncherButtonHost to ShelfButtonHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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/app_list_button.cc ('k') | ash/shelf/shelf_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_button_host.h
diff --git a/ash/launcher/launcher_button_host.h b/ash/shelf/shelf_button_host.h
similarity index 85%
rename from ash/launcher/launcher_button_host.h
rename to ash/shelf/shelf_button_host.h
index 46f2e593a2d11bdace2b260a8762a25d1be2f6bb..867c44bece4f85d777ba8ec75c73a04c24134a59 100644
--- a/ash/launcher/launcher_button_host.h
+++ b/ash/shelf/shelf_button_host.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_LAUNCHER_LAUNCHER_BUTTON_HOST_H_
-#define ASH_LAUNCHER_LAUNCHER_BUTTON_HOST_H_
+#ifndef ASH_SHELF_SHELF_BUTTON_HOST_H_
+#define ASH_SHELF_SHELF_BUTTON_HOST_H_
#include "ash/ash_export.h"
#include "base/strings/string16.h"
@@ -19,9 +19,9 @@ class View;
namespace ash {
namespace internal {
-// The launcher buttons communicate back to the host by way of this interface.
-// This interface is used to enable reordering the items on the launcher.
-class ASH_EXPORT LauncherButtonHost {
+// The shelf buttons communicate back to the host by way of this interface.
+// This interface is used to enable reordering the items on the shelf.
+class ASH_EXPORT ShelfButtonHost {
public:
enum Pointer {
NONE,
@@ -58,10 +58,10 @@ class ASH_EXPORT LauncherButtonHost {
virtual base::string16 GetAccessibleName(const views::View* view) = 0;
protected:
- virtual ~LauncherButtonHost() {}
+ virtual ~ShelfButtonHost() {}
};
} // namespace internal
} // namespace ash
-#endif // ASH_LAUNCHER_LAUNCHER_BUTTON_HOST_H_
+#endif // ASH_SHELF_SHELF_BUTTON_HOST_H_
« no previous file with comments | « ash/shelf/app_list_button.cc ('k') | ash/shelf/shelf_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698