| Index: chrome/browser/memory/oom_priority_manager_delegate_chromeos.h
|
| diff --git a/chrome/browser/memory/oom_priority_manager_delegate_chromeos.h b/chrome/browser/memory/oom_priority_manager_delegate_chromeos.h
|
| index a9824b4ce5ed67bdfab25086dce5b54fdf8846fe..b8ce1fc718a702245b5cc91159e0c6478c1d3858 100644
|
| --- a/chrome/browser/memory/oom_priority_manager_delegate_chromeos.h
|
| +++ b/chrome/browser/memory/oom_priority_manager_delegate_chromeos.h
|
| @@ -65,7 +65,7 @@ class OomPriorityManagerDelegate : public content::NotificationObserver {
|
| // Registrar to receive renderer notifications.
|
| content::NotificationRegistrar registrar_;
|
| // Timer to guarantee that the tab is focused for a certain amount of time.
|
| - base::OneShotTimer<OomPriorityManagerDelegate> focus_tab_score_adjust_timer_;
|
| + base::OneShotTimer focus_tab_score_adjust_timer_;
|
| // This lock is for |oom_score_map_| and |focused_tab_process_info_|.
|
| base::Lock oom_score_lock_;
|
| // Map maintaining the child process host id - oom_score mapping.
|
|
|