| Index: content/public/browser/browser_child_process_host_iterator.cc
|
| diff --git a/content/public/browser/browser_child_process_host_iterator.cc b/content/public/browser/browser_child_process_host_iterator.cc
|
| index 19eaec39333354bfbb65bbcc642e9c2fc283f570..f798d7cc941330a4f608eddaf0bfc5e60db5a26c 100644
|
| --- a/content/public/browser/browser_child_process_host_iterator.cc
|
| +++ b/content/public/browser/browser_child_process_host_iterator.cc
|
| @@ -26,6 +26,9 @@ BrowserChildProcessHostIterator::BrowserChildProcessHostIterator(int type)
|
| ++(*this);
|
| }
|
|
|
| +BrowserChildProcessHostIterator::~BrowserChildProcessHostIterator() {
|
| +}
|
| +
|
| bool BrowserChildProcessHostIterator::operator++() {
|
| CHECK(!Done());
|
| do {
|
|
|