Index: webrtc/base/timestampaligner.h |
diff --git a/webrtc/base/timestampaligner.h b/webrtc/base/timestampaligner.h |
index d59c6a4a4e3382e2a245a77915c77e2a75aba7a6..35008d38c7169e37f9f86faa492dcc6b2c43e641 100644 |
--- a/webrtc/base/timestampaligner.h |
+++ b/webrtc/base/timestampaligner.h |
@@ -14,7 +14,6 @@ |
#include "webrtc/base/basictypes.h" |
#include "webrtc/base/constructormagic.h" |
#include "webrtc/base/optional.h" |
-#include "webrtc/base/thread_checker.h" |
namespace rtc { |
@@ -30,8 +29,6 @@ class TimestampAligner { |
int64_t ClipTimestamp(int64_t filtered_time_us, int64_t system_time_us); |
private: |
- rtc::ThreadChecker thread_checker_; |
- |
// State for the timestamp translation. |
int frames_seen_; |
// Estimated offset between camera time and system monotonic time. |