| Index: webrtc/video/video_capture_input_unittest.cc
|
| diff --git a/webrtc/video/video_capture_input_unittest.cc b/webrtc/video/video_capture_input_unittest.cc
|
| index 9d720e229482e3ff4a5e7d6fb6e16fbaa98d12f2..e25c41111d8be7ce8d6973abb7759c4081fa3632 100644
|
| --- a/webrtc/video/video_capture_input_unittest.cc
|
| +++ b/webrtc/video/video_capture_input_unittest.cc
|
| @@ -14,11 +14,11 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "webrtc/base/event.h"
|
| +#include "webrtc/base/refcount.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/common.h"
|
| #include "webrtc/modules/utility/include/mock/mock_process_thread.h"
|
| #include "webrtc/system_wrappers/include/critical_section_wrapper.h"
|
| -#include "webrtc/system_wrappers/include/ref_count.h"
|
| #include "webrtc/system_wrappers/include/scoped_vector.h"
|
| #include "webrtc/test/fake_texture_frame.h"
|
| #include "webrtc/video/send_statistics_proxy.h"
|
|
|