Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 9fa8daa51ac542f1940fc508e40b25abb9e054bc..e48c934078bb946de718c3eefef07c553682cf58 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -30,6 +30,7 @@ |
#include "ui/base/ui_base_switches.h" |
#include "ui/gfx/switches.h" |
#include "ui/gl/gl_switches.h" |
+#include "ui/message_center/message_center_switches.h" |
Jun Mukai
2013/01/26 02:52:52
#if defined(ENABLE_MESSAGE_CENTER) is needed here
dharcourt
2013/01/26 04:07:04
Done.
|
#if defined(USE_ASH) |
#include "ash/ash_switches.h" |
@@ -1201,7 +1202,7 @@ const Experiment kExperiments[] = { |
IDS_FLAGS_ENABLE_RICH_NOTIFICATIONS_NAME, |
IDS_FLAGS_ENABLE_RICH_NOTIFICATIONS_DESCRIPTION, |
kOsWin | kOsCrOS, |
- SINGLE_VALUE_TYPE(switches::kEnableRichNotifications) |
+ SINGLE_VALUE_TYPE(message_center::switches::kEnableRichNotifications) |
}, |
{ |
"full-history-sync", |