Index: ui/views/controls/button/text_button.h |
diff --git a/ui/views/controls/button/text_button.h b/ui/views/controls/button/text_button.h |
index 6c27aadf0152e08c61783d7eda8c9e80060c88a5..c2ab72600e37585d9177f580c7accf84d40217ca 100644 |
--- a/ui/views/controls/button/text_button.h |
+++ b/ui/views/controls/button/text_button.h |
@@ -35,10 +35,6 @@ class VIEWS_EXPORT TextButtonBorder : public Border { |
virtual gfx::Size GetMinimumSize() const OVERRIDE; |
private: |
- // Border: |
- virtual TextButtonBorder* AsTextButtonBorder() OVERRIDE; |
- virtual const TextButtonBorder* AsTextButtonBorder() const OVERRIDE; |
- |
gfx::Insets insets_; |
DISALLOW_COPY_AND_ASSIGN(TextButtonBorder); |