Index: chrome/common/pref_names.h |
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
index f82326b4d872bd7c240019792bc13b0abd8fd654..79e1d12aee4adf1218bd0dcee891ddf2ea1c4803 100644 |
--- a/chrome/common/pref_names.h |
+++ b/chrome/common/pref_names.h |
@@ -10,6 +10,7 @@ |
#include <stddef.h> |
#include "build/build_config.h" |
+#include "chrome/common/features.h" |
namespace prefs { |
@@ -557,7 +558,7 @@ extern const char kGeolocationAccessToken[]; |
extern const char kGeolocationEnabled[]; |
#endif |
-#if defined(ENABLE_GOOGLE_NOW) |
+#if BUILDFLAG(ENABLE_GOOGLE_NOW) |
extern const char kGoogleGeolocationAccessEnabled[]; |
#endif |
extern const char kGoogleNowLauncherEnabled[]; |