| Index: base/mac/sdk_forward_declarations.h
|
| diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h
|
| index 5ed605da5a33703b7cb8a566de4bb7759b3173cd..264b7353829c1ef50c2822ea3e77bdb71f0f9cc8 100644
|
| --- a/base/mac/sdk_forward_declarations.h
|
| +++ b/base/mac/sdk_forward_declarations.h
|
| @@ -267,9 +267,7 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight;
|
| #if !defined(MAC_OS_X_VERSION_10_11) || \
|
| MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_11
|
|
|
| -@interface NSLayoutXAxisAnchor : NSObject
|
| -- (NSLayoutConstraint*)constraintEqualToAnchor:(id)anchor constant:(CGFloat)c;
|
| -@end
|
| +@class NSLayoutXAxisAnchor;
|
|
|
| @interface NSView (ElCapitanSDK)
|
| @property(readonly, strong) NSLayoutXAxisAnchor* leftAnchor;
|
|
|