Index: chrome/browser/notifications/message_center_notification_manager.cc |
diff --git a/chrome/browser/notifications/message_center_notification_manager.cc b/chrome/browser/notifications/message_center_notification_manager.cc |
index 2442028b17b6c763bd1d32dfd0107e4bf169811a..7aa64dceef0cf2c1384cb576546d5d542273515f 100644 |
--- a/chrome/browser/notifications/message_center_notification_manager.cc |
+++ b/chrome/browser/notifications/message_center_notification_manager.cc |
@@ -35,11 +35,11 @@ |
#include "chrome/browser/notifications/login_state_notification_blocker_chromeos.h" |
#endif |
-namespace { |
+#if defined(OS_WIN) |
// The first-run balloon will be shown |kFirstRunIdleDelaySeconds| after all |
// popups go away and the user has notifications in the message center. |
const int kFirstRunIdleDelaySeconds = 1; |
-} // namespace |
+#endif |
MessageCenterNotificationManager::MessageCenterNotificationManager( |
message_center::MessageCenter* message_center, |