Chromium Code Reviews| Index: webrtc/api/android/jni/surfacetexturehelper_jni.h |
| diff --git a/webrtc/api/android/jni/surfacetexturehelper_jni.h b/webrtc/api/android/jni/surfacetexturehelper_jni.h |
| index 5a28edc874ec012c5c8946f8ed9a334ec185e8b7..6f5ebb88f2a5c0174ef4549cbef790b1b6edca42 100644 |
| --- a/webrtc/api/android/jni/surfacetexturehelper_jni.h |
| +++ b/webrtc/api/android/jni/surfacetexturehelper_jni.h |
| @@ -13,11 +13,11 @@ |
| #include <jni.h> |
| +#include "webrtc/api/video/video_frame_buffer.h" |
|
the sun
2016/11/24 10:36:59
nit: include order here as well (not going to comm
nisse-webrtc
2016/11/25 08:58:02
Done a git cl format, and manual review of include
|
| #include "webrtc/api/android/jni/jni_helpers.h" |
| #include "webrtc/api/android/jni/native_handle_impl.h" |
| #include "webrtc/base/refcount.h" |
| #include "webrtc/base/scoped_ref_ptr.h" |
| -#include "webrtc/common_video/include/video_frame_buffer.h" |
| namespace webrtc_jni { |