| Index: webrtc/modules/utility/source/file_recorder_impl.h
|
| diff --git a/webrtc/modules/utility/source/file_recorder_impl.h b/webrtc/modules/utility/source/file_recorder_impl.h
|
| index b4f507e6a74137b080f49d532d5dccfd8013cef8..8ea96bdad4e5f4ff913eca91871d0dd33d3ada35 100644
|
| --- a/webrtc/modules/utility/source/file_recorder_impl.h
|
| +++ b/webrtc/modules/utility/source/file_recorder_impl.h
|
| @@ -25,9 +25,9 @@
|
| #include "webrtc/modules/media_file/interface/media_file_defines.h"
|
| #include "webrtc/modules/utility/interface/file_recorder.h"
|
| #include "webrtc/modules/utility/source/coder.h"
|
| -#include "webrtc/system_wrappers/interface/event_wrapper.h"
|
| -#include "webrtc/system_wrappers/interface/thread_wrapper.h"
|
| -#include "webrtc/system_wrappers/interface/tick_util.h"
|
| +#include "webrtc/system_wrappers/include/event_wrapper.h"
|
| +#include "webrtc/system_wrappers/include/thread_wrapper.h"
|
| +#include "webrtc/system_wrappers/include/tick_util.h"
|
| #include "webrtc/typedefs.h"
|
|
|
| namespace webrtc {
|
|
|