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 |