Index: cc/base/rolling_time_delta_history.h |
diff --git a/cc/base/rolling_time_delta_history.h b/cc/base/rolling_time_delta_history.h |
index 603c813425fe6d3a070d3b915244da11880c193f..e51fb86ba9688988fc46289528662e7328b1bb38 100644 |
--- a/cc/base/rolling_time_delta_history.h |
+++ b/cc/base/rolling_time_delta_history.h |
@@ -23,8 +23,6 @@ class CC_EXPORT RollingTimeDeltaHistory { |
void InsertSample(base::TimeDelta time); |
- size_t SampleCount(); |
- |
void Clear(); |
// Returns the smallest sample that is greater than or equal to the specified |