diff options
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 79e1d12a..f82326b 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -10,7 +10,6 @@ #include <stddef.h> #include "build/build_config.h" -#include "chrome/common/features.h" namespace prefs { @@ -558,7 +557,7 @@ extern const char kGeolocationAccessToken[]; extern const char kGeolocationEnabled[]; #endif -#if BUILDFLAG(ENABLE_GOOGLE_NOW) +#if defined(ENABLE_GOOGLE_NOW) extern const char kGoogleGeolocationAccessEnabled[]; #endif extern const char kGoogleNowLauncherEnabled[]; |