summaryrefslogtreecommitdiffstats
path: root/chrome/browser/oom_priority_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/oom_priority_manager.cc')
-rw-r--r--chrome/browser/oom_priority_manager.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/oom_priority_manager.cc b/chrome/browser/oom_priority_manager.cc
index 3ccb4cd..3dc9353 100644
--- a/chrome/browser/oom_priority_manager.cc
+++ b/chrome/browser/oom_priority_manager.cc
@@ -54,8 +54,8 @@ const int kAdjustmentIntervalSeconds = 10;
// currently focused tab.
const int kFocusedTabScoreAdjustIntervalMs = 500;
-// Returns a unique ID for a TabContents. Do not cast back to a pointer, as
-// the TabContents could be deleted if the user closed the tab.
+// Returns a unique ID for a WebContents. Do not cast back to a pointer, as
+// the WebContents could be deleted if the user closed the tab.
int64 IdFromTabContents(WebContents* web_contents) {
return reinterpret_cast<int64>(web_contents);
}