summaryrefslogtreecommitdiffstats
path: root/chrome/views/button_dropdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/button_dropdown.h')
-rw-r--r--chrome/views/button_dropdown.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/views/button_dropdown.h b/chrome/views/button_dropdown.h
index eac7e418..380426c 100644
--- a/chrome/views/button_dropdown.h
+++ b/chrome/views/button_dropdown.h
@@ -9,8 +9,6 @@
#include "chrome/views/button.h"
#include "chrome/views/menu.h"
-class Timer;
-
namespace views {
////////////////////////////////////////////////////////////////////////////////
@@ -66,10 +64,9 @@ class ButtonDropDown : public Button {
// A factory for tasks that show the dropdown context menu for the button.
ScopedRunnableMethodFactory<ButtonDropDown> show_menu_factory_;
- DISALLOW_EVIL_CONSTRUCTORS(ButtonDropDown);
+ DISALLOW_COPY_AND_ASSIGN(ButtonDropDown);
};
} // namespace views
#endif // CHROME_VIEWS_BUTTON_DROPDOWN_H__
-