| Index: webrtc/modules/utility/source/process_thread_impl.h
|
| diff --git a/webrtc/modules/utility/source/process_thread_impl.h b/webrtc/modules/utility/source/process_thread_impl.h
|
| index 5101ea9ad002e5b4055534d56d9701a3cf633309..4e5861b41e52a437c2f1d67a6a7c0ebf20c7bbf1 100644
|
| --- a/webrtc/modules/utility/source/process_thread_impl.h
|
| +++ b/webrtc/modules/utility/source/process_thread_impl.h
|
| @@ -17,8 +17,8 @@
|
| #include "webrtc/base/criticalsection.h"
|
| #include "webrtc/base/thread_checker.h"
|
| #include "webrtc/modules/utility/interface/process_thread.h"
|
| -#include "webrtc/system_wrappers/interface/event_wrapper.h"
|
| -#include "webrtc/system_wrappers/interface/thread_wrapper.h"
|
| +#include "webrtc/system_wrappers/include/event_wrapper.h"
|
| +#include "webrtc/system_wrappers/include/thread_wrapper.h"
|
| #include "webrtc/typedefs.h"
|
|
|
| namespace webrtc {
|
|
|