Index: content/public/browser/browser_child_process_host_iterator.h |
=================================================================== |
--- content/public/browser/browser_child_process_host_iterator.h (revision 118727) |
+++ content/public/browser/browser_child_process_host_iterator.h (working copy) |
@@ -11,7 +11,7 @@ |
#include "content/common/content_export.h" |
#include "content/public/common/process_type.h" |
-class BrowserChildProcessHost; |
+class BrowserChildProcessHostImpl; |
namespace IPC { |
class Message; |
@@ -42,7 +42,7 @@ |
private: |
bool all_; |
content::ProcessType type_; |
- std::list<BrowserChildProcessHost*>::iterator iterator_; |
+ std::list<BrowserChildProcessHostImpl*>::iterator iterator_; |
}; |
// Helper class so that subclasses of BrowserChildProcessHostDelegate can be |