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..013525955510191594c0a5b4f3a8925b09c013d9 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 |
@@ -20,11 +20,11 @@ |
#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" |
+#if defined(WEBRTC_IOS) |
+#include "webrtc/sdk/objc/Framework/Classes/RTCUIApplication.h" |
Chuck
2016/04/22 16:20:12
Before webrtc/systems
tkchin_webrtc
2016/04/26 21:26:24
Done.
|
+#endif |
namespace internal { |