Move timestamp_extrapolator.h to rtc_base/time/

This moves it from an API directory (system_wrappers/include/) to a
non-API directory, which is exactly what we want for utilities like
this.

BUG=webrtc:8445

Change-Id: I51dfe8879c28c91bd1c667fc47b4892373671e0f
Reviewed-on: https://webrtc-review.googlesource.com/21540
Commit-Queue: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22569}
This commit is contained in:
Karl Wiberg
2018-03-22 15:29:03 +01:00
committed by Commit Bot
parent 7682c6e2cb
commit 76b7f51842
10 changed files with 43 additions and 16 deletions

View File

@ -210,6 +210,7 @@ rtc_static_library("rtp_rtcp") {
"../../rtc_base:sequenced_task_checker",
"../../rtc_base:stringutils",
"../../rtc_base/system:fallthrough",
"../../rtc_base/time:timestamp_extrapolator",
"../../system_wrappers",
"../../system_wrappers:field_trial_api",
"../../system_wrappers:metrics_api",