| Index: chrome/browser/chromeos/memory/oom_priority_manager.h
|
| diff --git a/chrome/browser/chromeos/memory/oom_priority_manager.h b/chrome/browser/chromeos/memory/oom_priority_manager.h
|
| index 6be408b4d91a3133384faf5268cc739b6a2d92a2..b0165f4ccd9e7872e3b78c1a2244ba9de0a40fe6 100644
|
| --- a/chrome/browser/chromeos/memory/oom_priority_manager.h
|
| +++ b/chrome/browser/chromeos/memory/oom_priority_manager.h
|
| @@ -79,7 +79,7 @@
|
| bool is_pinned;
|
| bool is_selected; // selected in the currently active browser window
|
| bool is_discarded;
|
| - base::Time last_active;
|
| + base::TimeTicks last_active;
|
| base::ProcessHandle renderer_handle;
|
| int child_process_host_id;
|
| base::string16 title;
|
|
|