diff options
Diffstat (limited to 'chrome/views/radio_button.h')
-rw-r--r-- | chrome/views/radio_button.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/views/radio_button.h b/chrome/views/radio_button.h index 0a5e5fa..7d0748b 100644 --- a/chrome/views/radio_button.h +++ b/chrome/views/radio_button.h @@ -7,7 +7,7 @@ #include "chrome/views/checkbox.h" -namespace ChromeViews { +namespace views { //////////////////////////////////////////////////////////////////////////////// // @@ -55,6 +55,7 @@ class RadioButton : public CheckBox { DISALLOW_EVIL_CONSTRUCTORS(RadioButton); }; -} +} // namespace views + #endif // CHROME_VIEWS_RADIO_BUTTON_H__ |