diff options
Diffstat (limited to 'chrome/views/window.h')
-rw-r--r-- | chrome/views/window.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/chrome/views/window.h b/chrome/views/window.h index 1a3e9ab..69316e4 100644 --- a/chrome/views/window.h +++ b/chrome/views/window.h @@ -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 @@ class Window : public WidgetWin, // Hold onto notifications. NotificationRegistrar notification_registrar_; - DISALLOW_EVIL_CONSTRUCTORS(Window); + DISALLOW_COPY_AND_ASSIGN(Window); }; } // namespace views #endif // CHROME_VIEWS_WINDOW_H__ - |