From c2dacc9ec41232903ba700c6aef5ef98bfcb8af8 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Thu, 16 Oct 2008 23:51:38 +0000 Subject: Rename ChromeViews namespace to views http://crbug.com/2188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3495 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/views/native_button.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'chrome/views/native_button.h') 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__ -- cgit v1.1