| 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 a2b8a85ef4e154fb0c8fc105e43c55ca80a5e698..a2aa0473b6f373d1f918ade89ded861a6f4eebdc 100644
|
| --- a/content/public/browser/browser_child_process_host_iterator.cc
|
| +++ b/content/public/browser/browser_child_process_host_iterator.cc
|
| @@ -29,6 +29,9 @@ BrowserChildProcessHostIterator::BrowserChildProcessHostIterator(int type)
|
| ++(*this);
|
| }
|
|
|
| +BrowserChildProcessHostIterator::~BrowserChildProcessHostIterator() {
|
| +}
|
| +
|
| bool BrowserChildProcessHostIterator::operator++() {
|
| CHECK(!Done());
|
| do {
|
|
|