Move SampleStatsCounter to public API
Bug: None Change-Id: I8956f6febbb1caf71e951d212d57746fe1ec5eb2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/184506 Commit-Queue: Artem Titov <titovartem@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32142}
This commit is contained in:
@ -10,10 +10,10 @@
|
||||
#ifndef RTC_BASE_NUMERICS_SAMPLE_STATS_H_
|
||||
#define RTC_BASE_NUMERICS_SAMPLE_STATS_H_
|
||||
|
||||
#include "api/numerics/samples_stats_counter.h"
|
||||
#include "api/units/data_rate.h"
|
||||
#include "api/units/time_delta.h"
|
||||
#include "api/units/timestamp.h"
|
||||
#include "rtc_base/numerics/samples_stats_counter.h"
|
||||
|
||||
namespace webrtc {
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user