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

@ -12,9 +12,9 @@
#include <algorithm>
#include "rtc_base/time/timestamp_extrapolator.h"
#include "system_wrappers/include/clock.h"
#include "system_wrappers/include/metrics.h"
#include "system_wrappers/include/timestamp_extrapolator.h"
namespace webrtc {