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 b0165f4ccd9e7872e3b78c1a2244ba9de0a40fe6..6be408b4d91a3133384faf5268cc739b6a2d92a2 100644 |
--- a/chrome/browser/chromeos/memory/oom_priority_manager.h |
+++ b/chrome/browser/chromeos/memory/oom_priority_manager.h |
@@ -79,7 +79,7 @@ class OomPriorityManager : public content::NotificationObserver { |
bool is_pinned; |
bool is_selected; // selected in the currently active browser window |
bool is_discarded; |
- base::TimeTicks last_active; |
+ base::Time last_active; |
base::ProcessHandle renderer_handle; |
int child_process_host_id; |
base::string16 title; |