Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index f3bfd8e80eda0da7f778ef629d217b0f48058e14..d546cb0cb9f24d18072f9c15ba54a55c76c5617c 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -5,6 +5,7 @@ |
#include "chrome/common/pref_names.h" |
#include "base/basictypes.h" |
+#include "chrome/common/features.h" |
#include "chrome/common/pref_font_webkit_names.h" |
namespace prefs { |
@@ -1557,7 +1558,7 @@ const char kGeolocationAccessToken[] = "geolocation.access_token"; |
const char kGeolocationEnabled[] = "geolocation.enabled"; |
#endif |
-#if defined(ENABLE_GOOGLE_NOW) |
+#if BUILDFLAG(ENABLE_GOOGLE_NOW) |
// Boolean that is true when Google services can use the user's location. |
const char kGoogleGeolocationAccessEnabled[] = |
"googlegeolocationaccess.enabled"; |