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

Unified Diff: chrome/browser/chromeos/clock_menu_button.cc

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/clock_menu_button.cc
===================================================================
--- chrome/browser/chromeos/clock_menu_button.cc (revision 30488)
+++ chrome/browser/chromeos/clock_menu_button.cc (working copy)
@@ -18,6 +18,8 @@
#include "grit/generated_resources.h"
#include "unicode/calendar.h"
+namespace chromeos {
+
// Amount of slop to add into the timer to make sure we're into the next minute
// when the timer goes off.
const int kTimerSlopSeconds = 1;
@@ -140,3 +142,5 @@
clock_menu_.UpdateStates();
clock_menu_.RunMenuAt(pt, views::Menu2::ALIGN_TOPRIGHT);
}
+
+} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698