| Index: remoting/base/rate_counter.cc
|
| diff --git a/remoting/base/rate_counter.cc b/remoting/base/rate_counter.cc
|
| index e6532da165541fb06c21cee39032572cf7b8627e..fdc798165b9afe770658bb42a5d7cebc35c9870d 100644
|
| --- a/remoting/base/rate_counter.cc
|
| +++ b/remoting/base/rate_counter.cc
|
| @@ -17,7 +17,7 @@ RateCounter::RateCounter(base::TimeDelta time_window)
|
| RateCounter::~RateCounter() {
|
| }
|
|
|
| -void RateCounter::Record(int64 value) {
|
| +void RateCounter::Record(int64_t value) {
|
| DCHECK(CalledOnValidThread());
|
|
|
| base::Time current_time = CurrentTime();
|
|
|