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