Index: chrome/browser/oom_priority_manager.cc |
diff --git a/chrome/browser/oom_priority_manager.cc b/chrome/browser/oom_priority_manager.cc |
index 3ccb4cda629f483463c66090f4b8f7321bab6c54..3dc9353755deab50f018f30af536a90d23b27c0e 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); |
} |