Index: remoting/host/process_stats_sender.h |
diff --git a/remoting/host/process_stats_sender.h b/remoting/host/process_stats_sender.h |
index c33af89c6fdbdf24f6a4f18fb6690d4a70750f88..9c77eba23a53035cddcd15bdf40030fd9559e61f 100644 |
--- a/remoting/host/process_stats_sender.h |
+++ b/remoting/host/process_stats_sender.h |
@@ -37,7 +37,7 @@ class ProcessStatsSender final { |
void ReportUsage(); |
protocol::ProcessStatsStub* const host_stats_stub_; |
- std::vector<ProcessStatsAgent*> agents_; |
+ const std::vector<ProcessStatsAgent*> agents_; |
base::RepeatingTimer timer_; |
const base::ThreadChecker thread_checker_; |
}; |