| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 79e1d12aee4adf1218bd0dcee891ddf2ea1c4803..f82326b4d872bd7c240019792bc13b0abd8fd654 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 kGeolocationEnabled[];
|
| #endif
|
|
|
| -#if BUILDFLAG(ENABLE_GOOGLE_NOW)
|
| +#if defined(ENABLE_GOOGLE_NOW)
|
| extern const char kGoogleGeolocationAccessEnabled[];
|
| #endif
|
| extern const char kGoogleNowLauncherEnabled[];
|
|
|