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_ |