| Index: chrome/browser/oom_priority_manager.h
|
| diff --git a/chrome/browser/oom_priority_manager.h b/chrome/browser/oom_priority_manager.h
|
| index 54e2b178b3f0ac1dc1e5756c1e5287dfe92d7aa5..e53d478e0b469dd3874b720501651b4a06f02f07 100644
|
| --- a/chrome/browser/oom_priority_manager.h
|
| +++ b/chrome/browser/oom_priority_manager.h
|
| @@ -62,7 +62,7 @@ class OomPriorityManager : public content::NotificationObserver {
|
| base::ProcessHandle renderer_handle;
|
| bool sudden_termination_allowed;
|
| string16 title;
|
| - int64 tab_contents_id; // unique ID per TabContents
|
| + int64 tab_contents_id; // unique ID per WebContents
|
| };
|
| typedef std::vector<TabStats> TabStatsList;
|
|
|
|
|