| Index: chrome/views/window.h
|
| ===================================================================
|
| --- chrome/views/window.h (revision 9264)
|
| +++ chrome/views/window.h (working copy)
|
| @@ -9,13 +9,10 @@
|
| #include "chrome/views/widget_win.h"
|
|
|
| namespace gfx {
|
| -class Size;
|
| -class Path;
|
| class Point;
|
| +class Size;
|
| };
|
|
|
| -class PrefService;
|
| -
|
| namespace views {
|
|
|
| class ClientView;
|
| @@ -270,10 +267,9 @@
|
| // Hold onto notifications.
|
| NotificationRegistrar notification_registrar_;
|
|
|
| - DISALLOW_EVIL_CONSTRUCTORS(Window);
|
| + DISALLOW_COPY_AND_ASSIGN(Window);
|
| };
|
|
|
| } // namespace views
|
|
|
| #endif // CHROME_VIEWS_WINDOW_H__
|
| -
|
|
|