diff options
Diffstat (limited to 'chrome/views/combo_box.h')
-rw-r--r-- | chrome/views/combo_box.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/views/combo_box.h b/chrome/views/combo_box.h index e4dbccb..c4ec53b 100644 --- a/chrome/views/combo_box.h +++ b/chrome/views/combo_box.h @@ -7,7 +7,7 @@ #include "chrome/views/native_control.h" -namespace ChromeViews { +namespace views { //////////////////////////////////////////////////////////////////////////////// // // ComboBox is a basic non editable combo box. It is initialized from a simple @@ -73,7 +73,8 @@ class ComboBox : public NativeControl { DISALLOW_EVIL_CONSTRUCTORS(ComboBox); }; -} + +} // namespace views #endif // CHROME_VIEWS_COMBO_BOX_H__ |