Index: chrome/browser/ui/browser_list.h |
diff --git a/chrome/browser/ui/browser_list.h b/chrome/browser/ui/browser_list.h |
index 3b3f0619bddff976c9da0d47e374ec388975f6db..b926083269d004a595932d6be214a42a11267370 100644 |
--- a/chrome/browser/ui/browser_list.h |
+++ b/chrome/browser/ui/browser_list.h |
@@ -244,7 +244,7 @@ class TabContentsIterator { |
} |
// Returns the Browser instance associated with the current TabContents. |
- // Valid as long as !Done() |
+ // Valid as long as !done() |
Browser* browser() const { |
if (browser_iterator_ != BrowserList::end()) |
return *browser_iterator_; |