| Index: components/arc/metrics/arc_metrics_service.h
|
| diff --git a/components/arc/metrics/arc_metrics_service.h b/components/arc/metrics/arc_metrics_service.h
|
| index c3d256b4e1ee196952b969088ac6f12c81451e3e..7ad1a0be3f07632bb7c2a9a2301000c994e67bac 100644
|
| --- a/components/arc/metrics/arc_metrics_service.h
|
| +++ b/components/arc/metrics/arc_metrics_service.h
|
| @@ -15,7 +15,6 @@
|
| #include "components/arc/common/metrics.mojom.h"
|
| #include "components/arc/common/process.mojom.h"
|
| #include "components/arc/instance_holder.h"
|
| -#include "components/arc/metrics/oom_kills_monitor.h"
|
| #include "mojo/public/cpp/bindings/binding.h"
|
|
|
| namespace arc {
|
| @@ -73,8 +72,6 @@ class ArcMetricsService
|
| base::ThreadChecker thread_checker_;
|
| base::RepeatingTimer timer_;
|
|
|
| - OomKillsMonitor::Handle oom_kills_monitor_handle_;
|
| -
|
| base::TimeTicks arc_start_time_;
|
|
|
| // Always keep this the last member of this class to make sure it's the
|
|
|