diff options
Diffstat (limited to 'chrome/views/native_control.h')
-rw-r--r-- | chrome/views/native_control.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/views/native_control.h b/chrome/views/native_control.h index 961d897..7243055 100644 --- a/chrome/views/native_control.h +++ b/chrome/views/native_control.h @@ -13,7 +13,6 @@ namespace views { class HWNDView; class NativeControlContainer; -class RootView; //////////////////////////////////////////////////////////////////////////////// // @@ -125,10 +124,9 @@ class NativeControl : public View { NativeControlContainer* container_; - DISALLOW_EVIL_CONSTRUCTORS(NativeControl); + DISALLOW_COPY_AND_ASSIGN(NativeControl); }; } // namespace views #endif // CHROME_VIEWS_NATIVE_CONTROL_H__ - |