| Index: webrtc/sdk/objc/WebRTC-Prefix.pch
|
| diff --git a/webrtc/build/WebRTC-Prefix.pch b/webrtc/sdk/objc/WebRTC-Prefix.pch
|
| similarity index 88%
|
| rename from webrtc/build/WebRTC-Prefix.pch
|
| rename to webrtc/sdk/objc/WebRTC-Prefix.pch
|
| index 506d4fbb75e6fcbb5fdd53743dab019a541c4604..c56cb48ab872ea7d27a83b964c0d776ec118ef98 100644
|
| --- a/webrtc/build/WebRTC-Prefix.pch
|
| +++ b/webrtc/sdk/objc/WebRTC-Prefix.pch
|
| @@ -18,10 +18,12 @@
|
| #error "This file requires nullability support."
|
| #endif
|
|
|
| +#import <Foundation/Foundation.h>
|
| +
|
| // The following nonnull macros were introduced in OSX SDK 10.10.3. However,
|
| // the bots appear to be running something older. We define them here if they
|
| -// aren't already defined in NSObjCRuntime.h
|
| -#include <Foundation/NSObjCRuntime.h>
|
| +// aren't already defined in NSObjCRuntime.h, which is included by
|
| +// Foundation/Foundation.h.
|
|
|
| #if !defined(NS_ASSUME_NONNULL_BEGIN)
|
| #define NS_ASSUME_NONNULL_BEGIN
|
|
|