| Index: remoting/client/chromoting_stats.cc
|
| diff --git a/remoting/client/chromoting_stats.cc b/remoting/client/chromoting_stats.cc
|
| index 604319df74c4675cde1b559e5125af9084bdb730..71b7199ff5adca1f9222636bb5cc5fe79efedea8 100644
|
| --- a/remoting/client/chromoting_stats.cc
|
| +++ b/remoting/client/chromoting_stats.cc
|
| @@ -7,10 +7,10 @@
|
| namespace {
|
|
|
| // The default window of bandwidth and frame rate in seconds.
|
| -static const int kTimeWindow = 3;
|
| +const int kTimeWindow = 3;
|
|
|
| // We take the last 10 latency numbers and report the average.
|
| -static const int kLatencyWindow = 10;
|
| +const int kLatencyWindow = 10;
|
|
|
| } // namespace
|
|
|
|
|