| Index: remoting/base/rate_counter.h
|
| diff --git a/remoting/base/rate_counter.h b/remoting/base/rate_counter.h
|
| index c427b9603f8c6041dcd40ad8bc1efcd2f23f08b8..168f7eccbaa8b59173ebbf9cf8b14cd22aaa9fca 100644
|
| --- a/remoting/base/rate_counter.h
|
| +++ b/remoting/base/rate_counter.h
|
| @@ -23,7 +23,7 @@ namespace remoting {
|
| class RateCounter {
|
| public:
|
| // Construct a counter for a specific time window.
|
| - RateCounter(base::TimeDelta time_window);
|
| + explicit RateCounter(base::TimeDelta time_window);
|
|
|
| virtual ~RateCounter();
|
|
|
|
|