Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2597)

Unified Diff: chrome/browser/chromeos/status_area_button.h

Issue 341044: Move chromeos code to namespace chromeos. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698