Index: ui/views/controls/button/blue_button.h |
diff --git a/ui/views/controls/button/blue_button.h b/ui/views/controls/button/blue_button.h |
index 0415bf429c7a38af9b8d94fa647c26ad8447deb9..c939e00cd31ff98e5f8c28437a16a562ae8243ea 100644 |
--- a/ui/views/controls/button/blue_button.h |
+++ b/ui/views/controls/button/blue_button.h |
@@ -6,7 +6,6 @@ |
#define UI_VIEWS_CONTROLS_BUTTON_BLUE_BUTTON_H_ |
#include "base/compiler_specific.h" |
-#include "base/strings/string16.h" |
#include "ui/views/controls/button/label_button.h" |
namespace views { |
@@ -22,7 +21,6 @@ class VIEWS_EXPORT BlueButton : public LabelButton { |
private: |
// Overridden from LabelButton: |
virtual const char* GetClassName() const OVERRIDE; |
- virtual const ui::Animation* GetThemeAnimation() const OVERRIDE; |
DISALLOW_COPY_AND_ASSIGN(BlueButton); |
}; |