Index: chrome/browser/memory_details.cc |
diff --git a/chrome/browser/memory_details.cc b/chrome/browser/memory_details.cc |
index 04b248ad582f84230eea3388652c237eafc129ce..74e99f2f50d8b64cb85c4e3babd67735590e2a85 100644 |
--- a/chrome/browser/memory_details.cc |
+++ b/chrome/browser/memory_details.cc |
@@ -107,7 +107,7 @@ ProcessData& ProcessData::operator=(const ProcessData& rhs) { |
// |
// This operation will hit no fewer than 3 threads. |
// |
-// The ChildProcessInfo::Iterator can only be accessed from the IO thread. |
+// The BrowserChildProcessHostIterator can only be accessed from the IO thread. |
// |
// The RenderProcessHostIterator can only be accessed from the UI thread. |
// |