Index: webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.cc |
diff --git a/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.cc b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.cc |
index 992ec0ce7b06403eb28f5f8109abab5f3911c03c..7d04f23958890903ae393956a2a1774721702b82 100644 |
--- a/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.cc |
+++ b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.cc |
@@ -17,12 +17,12 @@ |
#include <string> |
#include <vector> |
+#if defined(WEBRTC_IOS) |
+#include "RTCUIApplication.h" |
+#endif |
#include "libyuv/convert_from.h" |
#include "webrtc/base/checks.h" |
#include "webrtc/base/logging.h" |
-#if defined(WEBRTC_IOS) |
-#include "webrtc/base/objc/RTCUIApplication.h" |
-#endif |
#include "webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_nalu.h" |
#include "webrtc/system_wrappers/include/clock.h" |