| Index: webrtc/system_wrappers/source/clock.cc
|
| diff --git a/webrtc/system_wrappers/source/clock.cc b/webrtc/system_wrappers/source/clock.cc
|
| index 31c52263487812f9553dd18b6b9d0a7732ef82dc..95df256f3cf747951f96a22d5b839b6e6be84414 100644
|
| --- a/webrtc/system_wrappers/source/clock.cc
|
| +++ b/webrtc/system_wrappers/source/clock.cc
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/system_wrappers/interface/clock.h"
|
| +#include "webrtc/system_wrappers/include/clock.h"
|
|
|
| #if defined(_WIN32)
|
| // Windows needs to be included before mmsystem.h
|
| @@ -20,8 +20,8 @@
|
| #endif
|
|
|
| #include "webrtc/base/criticalsection.h"
|
| -#include "webrtc/system_wrappers/interface/rw_lock_wrapper.h"
|
| -#include "webrtc/system_wrappers/interface/tick_util.h"
|
| +#include "webrtc/system_wrappers/include/rw_lock_wrapper.h"
|
| +#include "webrtc/system_wrappers/include/tick_util.h"
|
|
|
| namespace webrtc {
|
|
|
|
|