summaryrefslogtreecommitdiffstats
path: root/remoting/client/chromoting_stats.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/client/chromoting_stats.cc')
-rw-r--r--remoting/client/chromoting_stats.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/client/chromoting_stats.cc b/remoting/client/chromoting_stats.cc
index 604319d..71b7199 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