| Index: webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.cc
|
| diff --git a/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.cc b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.cc
|
| index 0ea2600197e98654779470029e5cb3385f6c7bed..c03080544b89e91eab963b86c76e31f2fdaf516d 100644
|
| --- a/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.cc
|
| +++ b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.cc
|
| @@ -18,11 +18,11 @@
|
| #include "libyuv/convert.h"
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/base/logging.h"
|
| -#if defined(WEBRTC_IOS)
|
| -#include "webrtc/base/objc/RTCUIApplication.h"
|
| -#endif
|
| #include "webrtc/common_video/include/corevideo_frame_buffer.h"
|
| #include "webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_nalu.h"
|
| +#if defined(WEBRTC_IOS)
|
| +#include "webrtc/sdk/objc/Framework/Classes/RTCUIApplication.h"
|
| +#endif
|
| #include "webrtc/video_frame.h"
|
|
|
| namespace internal {
|
|
|