Index: chrome/browser/sync/sessions/notification_service_sessions_router.cc |
diff --git a/chrome/browser/sync/sessions/notification_service_sessions_router.cc b/chrome/browser/sync/sessions/notification_service_sessions_router.cc |
index b19868e99dad39caa3fad0cf9edd9cc0b2fb66cf..324591975c3a73bd27cbe3a4df00d396a6866535 100644 |
--- a/chrome/browser/sync/sessions/notification_service_sessions_router.cc |
+++ b/chrome/browser/sync/sessions/notification_service_sessions_router.cc |
@@ -27,7 +27,7 @@ |
#include "chrome/browser/android/tab_android.h" |
#endif |
-#if defined(ENABLE_SUPERVISED_USERS) |
+#if BUILDFLAG(ENABLE_SUPERVISED_USERS) |
#include "chrome/browser/supervised_user/supervised_user_service.h" |
#include "chrome/browser/supervised_user/supervised_user_service_factory.h" |
#endif |
@@ -92,7 +92,7 @@ NotificationServiceSessionsRouter::NotificationServiceSessionsRouter( |
base::Bind(&NotificationServiceSessionsRouter::OnFaviconsChanged, |
base::Unretained(this))); |
} |
-#if defined(ENABLE_SUPERVISED_USERS) |
+#if BUILDFLAG(ENABLE_SUPERVISED_USERS) |
if (profile_->IsSupervised()) { |
SupervisedUserService* supervised_user_service = |
SupervisedUserServiceFactory::GetForProfile(profile_); |