Index: chrome/browser/chromeos/status_area_button.h |
=================================================================== |
--- chrome/browser/chromeos/status_area_button.h (revision 30488) |
+++ chrome/browser/chromeos/status_area_button.h (working copy) |
@@ -8,6 +8,8 @@ |
#include "views/controls/button/menu_button.h" |
#include "views/controls/menu/view_menu_delegate.h" |
+namespace chromeos { |
+ |
// Button to be used to represent status and allow menus to be popped up. |
// Shows current button state by drawing a border around the current icon. |
class StatusAreaButton : public views::MenuButton { |
@@ -25,4 +27,6 @@ |
DISALLOW_COPY_AND_ASSIGN(StatusAreaButton); |
}; |
+} // namespace chromeos |
+ |
#endif // CHROME_BROWSER_CHROMEOS_STATUS_AREA_BUTTON_H_ |