summaryrefslogtreecommitdiffstats
path: root/chrome/views/native_button.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/native_button.cc')
-rw-r--r--chrome/views/native_button.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/native_button.cc b/chrome/views/native_button.cc
index ee2288f..bbee9e9 100644
--- a/chrome/views/native_button.cc
+++ b/chrome/views/native_button.cc
@@ -10,7 +10,7 @@
#include "chrome/common/resource_bundle.h"
#include "chrome/views/background.h"
-namespace ChromeViews {
+namespace views {
NativeButton::NativeButton(const std::wstring& label)
: enforce_dlu_min_size_(true) {
@@ -192,4 +192,4 @@ bool NativeButton::OnKeyDown(int virtual_key_code) {
return false;
}
-}
+} // namespace views