| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index b39af63a2e6d3d914f5b3479591fbac8dd4d2d75..8e0223d405f7c1e231295e8625afef020bee7717 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -702,7 +702,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[];
|
| @@ -714,9 +714,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[];
|
|
|