| Index: content/public/browser/browser_child_process_host_iterator.h
|
| diff --git a/content/public/browser/browser_child_process_host_iterator.h b/content/public/browser/browser_child_process_host_iterator.h
|
| index c9e0d715f5f933bc5622d7e62100ca149ccd6e99..59075c3b853533ff44634fd4923a9afe83b0006f 100644
|
| --- a/content/public/browser/browser_child_process_host_iterator.h
|
| +++ b/content/public/browser/browser_child_process_host_iterator.h
|
| @@ -26,6 +26,7 @@ class CONTENT_EXPORT BrowserChildProcessHostIterator {
|
| public:
|
| BrowserChildProcessHostIterator();
|
| explicit BrowserChildProcessHostIterator(int type);
|
| + ~BrowserChildProcessHostIterator();
|
|
|
| // These methods work on the current iterator object. Only call them if
|
| // Done() returns false.
|
|
|