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 3df538ebddccb3b144de5fe257e24bc50e6f3677..6fe6e049fc4edc9b98b820154b612f587b70e799 100644 |
--- a/chrome/browser/chromeos/memory/oom_priority_manager.h |
+++ b/chrome/browser/chromeos/memory/oom_priority_manager.h |
@@ -78,7 +78,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_selected; |
+ base::TimeTicks last_active; |
base::ProcessHandle renderer_handle; |
base::string16 title; |
int64 tab_contents_id; // unique ID per WebContents |