Index: ash/launcher/launcher_button_host.h |
diff --git a/ash/launcher/launcher_button_host.h b/ash/launcher/launcher_button_host.h |
index c088533987128392d0d55a1424cb35621a721d57..37ed07a1f179d8a9a33f4a0e0661713b1d4ccce0 100644 |
--- a/ash/launcher/launcher_button_host.h |
+++ b/ash/launcher/launcher_button_host.h |
@@ -6,7 +6,6 @@ |
#define ASH_LAUNCHER_LAUNCHER_BUTTON_HOST_H_ |
#include "ash/ash_export.h" |
-#include "ash/shelf_types.h" |
#include "base/string16.h" |
namespace ui { |
@@ -54,8 +53,6 @@ class ASH_EXPORT LauncherButtonHost { |
// Invoked when the mouse exits the item. |
virtual void MouseExitedButton(views::View* view) = 0; |
- virtual ShelfAlignment GetShelfAlignment() const = 0; |
- |
// Invoked to get the accessible name of the item. |
virtual string16 GetAccessibleName(const views::View* view) = 0; |