| Index: chrome/browser/ui/browser_iterator.h
|
| diff --git a/chrome/browser/ui/browser_iterator.h b/chrome/browser/ui/browser_iterator.h
|
| index 387fcc0a1a33fbeb3c41317d818c72952a6ad1c5..38d8a193338a3a39f97c87185d5f08091f22ccb2 100644
|
| --- a/chrome/browser/ui/browser_iterator.h
|
| +++ b/chrome/browser/ui/browser_iterator.h
|
| @@ -26,6 +26,7 @@ namespace chrome {
|
| class BrowserIterator {
|
| public:
|
| BrowserIterator();
|
| + ~BrowserIterator();
|
|
|
| // Returns true if this iterator is past the last Browser.
|
| bool done() const {
|
|
|