| Index: chrome/browser/chromeos/power/cpu_data_collector.h
|
| diff --git a/chrome/browser/chromeos/power/cpu_data_collector.h b/chrome/browser/chromeos/power/cpu_data_collector.h
|
| index d0734c6b10c6c061e559c94b5d4b4dd961c7dc31..59ad8048b9ce0e7d2ce9a17b3e1a8cbfc318f213 100644
|
| --- a/chrome/browser/chromeos/power/cpu_data_collector.h
|
| +++ b/chrome/browser/chromeos/power/cpu_data_collector.h
|
| @@ -84,7 +84,7 @@ class CpuDataCollector {
|
| const std::vector<std::string>* cpu_freq_state_names,
|
| const std::vector<StateOccupancySample>* freq_samples);
|
|
|
| - base::RepeatingTimer<CpuDataCollector> timer_;
|
| + base::RepeatingTimer timer_;
|
|
|
| // Names of the idle states.
|
| std::vector<std::string> cpu_idle_state_names_;
|
|
|