| Index: chrome/views/base_button.h
|
| ===================================================================
|
| --- chrome/views/base_button.h (revision 9264)
|
| +++ chrome/views/base_button.h (working copy)
|
| @@ -9,7 +9,6 @@
|
| #include "chrome/views/event.h"
|
| #include "chrome/views/view.h"
|
|
|
| -class OSExchangeData;
|
| class ThrobAnimation;
|
|
|
| namespace views {
|
| @@ -165,8 +164,6 @@
|
| scoped_ptr<ThrobAnimation> hover_animation_;
|
|
|
| private:
|
| - DISALLOW_EVIL_CONSTRUCTORS(BaseButton);
|
| -
|
| // The current listener
|
| ButtonListener* listener_;
|
|
|
| @@ -179,6 +176,8 @@
|
| // Should we animate when the state changes? Defaults to true, but false while
|
| // throbbing.
|
| bool animate_on_state_change_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(BaseButton);
|
| };
|
|
|
| } // namespace views
|
|
|