| Index: chrome/views/button.h
|
| ===================================================================
|
| --- chrome/views/button.h (revision 9264)
|
| +++ chrome/views/button.h (working copy)
|
| @@ -10,8 +10,6 @@
|
|
|
| namespace views {
|
|
|
| -class MouseEvent;
|
| -
|
| ////////////////////////////////////////////////////////////////////////////////
|
| //
|
| // Button
|
| @@ -82,7 +80,7 @@
|
| // The tooltip text or empty string for none.
|
| std::wstring tooltip_text_;
|
|
|
| - DISALLOW_EVIL_CONSTRUCTORS(Button);
|
| + DISALLOW_COPY_AND_ASSIGN(Button);
|
| };
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| @@ -131,4 +129,3 @@
|
| } // namespace views
|
|
|
| #endif // CHROME_VIEWS_BUTTON_H_
|
| -
|
|
|