| Index: chrome/browser/automation/automation_provider.cc
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider.cc (revision 51385)
|
| +++ chrome/browser/automation/automation_provider.cc (working copy)
|
| @@ -1795,7 +1795,7 @@
|
| // Add all child processes in a list of dictionaries, one dictionary item
|
| // per child process.
|
| ListValue* child_processes = new ListValue;
|
| - for (ChildProcessHost::Iterator iter; !iter.Done(); ++iter) {
|
| + for (BrowserChildProcessHost::Iterator iter; !iter.Done(); ++iter) {
|
| // Only add processes which are already started, since we need their handle.
|
| if ((*iter)->handle() != base::kNullProcessHandle) {
|
| ChildProcessInfo* info = *iter;
|
|
|