summaryrefslogtreecommitdiff
path: root/chromium/ui/message_center/public/cpp/notifier_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/message_center/public/cpp/notifier_id.h')
-rw-r--r--chromium/ui/message_center/public/cpp/notifier_id.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/ui/message_center/public/cpp/notifier_id.h b/chromium/ui/message_center/public/cpp/notifier_id.h
index 9ef65ce782e..2a646e800e6 100644
--- a/chromium/ui/message_center/public/cpp/notifier_id.h
+++ b/chromium/ui/message_center/public/cpp/notifier_id.h
@@ -15,7 +15,7 @@
#include "ui/message_center/public/cpp/message_center_public_export.h"
#include "url/gurl.h"
-#if BUILDFLAG(IS_CHROMEOS_ASH)
+#if BUILDFLAG(IS_CHROMEOS)
#include "ash/constants/notifier_catalogs.h"
#endif
@@ -70,7 +70,7 @@ struct MESSAGE_CENTER_PUBLIC_EXPORT NotifierId {
// The identifier of the app notifier. Empty if it's WEB_PAGE.
std::string id;
-#if BUILDFLAG(IS_CHROMEOS_ASH)
+#if BUILDFLAG(IS_CHROMEOS)
// Identifier for CrOS system notifications.
ash::NotificationCatalogName catalog_name;
#endif