diff options
Diffstat (limited to 'chrome/views/native_button.h')
-rw-r--r-- | chrome/views/native_button.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/views/native_button.h b/chrome/views/native_button.h index df1fd8e..03b03b0 100644 --- a/chrome/views/native_button.h +++ b/chrome/views/native_button.h @@ -11,8 +11,7 @@ #include "chrome/common/gfx/chrome_font.h" #include "chrome/views/native_control.h" -namespace ChromeViews { - +namespace views { class HWNDView; @@ -134,7 +133,7 @@ class NativeButton : public NativeControl { DISALLOW_EVIL_CONSTRUCTORS(NativeButton); }; -} +} // namespace views #endif // CHROME_VIEWS_NATIVE_BUTTON_H__ |