| Index: webrtc/modules/utility/source/process_thread_impl.cc
|
| diff --git a/webrtc/modules/utility/source/process_thread_impl.cc b/webrtc/modules/utility/source/process_thread_impl.cc
|
| index df56fe39be65ce1d1143170332433cc74621ceff..04fa88739f27acea35262897bc4d81241c733e27 100644
|
| --- a/webrtc/modules/utility/source/process_thread_impl.cc
|
| +++ b/webrtc/modules/utility/source/process_thread_impl.cc
|
| @@ -12,8 +12,8 @@
|
|
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/modules/interface/module.h"
|
| -#include "webrtc/system_wrappers/interface/logging.h"
|
| -#include "webrtc/system_wrappers/interface/tick_util.h"
|
| +#include "webrtc/system_wrappers/include/logging.h"
|
| +#include "webrtc/system_wrappers/include/tick_util.h"
|
|
|
| namespace webrtc {
|
| namespace {
|
|
|