| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 813916e434ed834f7bc987a9d17d619f9e21474d..4ed0022100fee2ea056d57ac04a8fd8ee9f76c34 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -703,7 +703,7 @@ extern const char kMediaGalleriesUniqueId[];
|
| extern const char kMediaGalleriesRememberedGalleries[];
|
| #endif // !defined(OS_ANDROID)
|
|
|
| -#if defined(USE_ASH)
|
| +#if defined(USE_AURA)
|
| extern const char kShelfAlignment[];
|
| extern const char kShelfAlignmentLocal[];
|
| extern const char kShelfAutoHideBehavior[];
|
| @@ -715,9 +715,7 @@ extern const char kLogoutDialogDurationMs[];
|
| extern const char kPinnedLauncherApps[];
|
| extern const char kPolicyPinnedLauncherApps[];
|
| extern const char kShowLogoutButtonInTray[];
|
| -#endif
|
|
|
| -#if defined(USE_AURA)
|
| extern const char kMaxSeparationForGestureTouchesInPixels[];
|
| extern const char kSemiLongPressTimeInMs[];
|
| extern const char kTabScrubActivationDelayInMs[];
|
|
|