| Index: webrtc/modules/video_coding/main/source/jitter_estimator.cc
|
| diff --git a/webrtc/modules/video_coding/main/source/jitter_estimator.cc b/webrtc/modules/video_coding/main/source/jitter_estimator.cc
|
| index 9024443006cc4f88ff6621acdc9e2fd8f91d8c42..5894c88d72a023f5261a55df8cdb3ba25ccf0bb5 100644
|
| --- a/webrtc/modules/video_coding/main/source/jitter_estimator.cc
|
| +++ b/webrtc/modules/video_coding/main/source/jitter_estimator.cc
|
| @@ -11,8 +11,8 @@
|
| #include "webrtc/modules/video_coding/main/source/internal_defines.h"
|
| #include "webrtc/modules/video_coding/main/source/jitter_estimator.h"
|
| #include "webrtc/modules/video_coding/main/source/rtt_filter.h"
|
| -#include "webrtc/system_wrappers/interface/clock.h"
|
| -#include "webrtc/system_wrappers/interface/field_trial.h"
|
| +#include "webrtc/system_wrappers/include/clock.h"
|
| +#include "webrtc/system_wrappers/include/field_trial.h"
|
|
|
| #include <assert.h>
|
| #include <math.h>
|
|
|