Index: content/public/browser/browser_child_process_host_iterator.h |
=================================================================== |
--- content/public/browser/browser_child_process_host_iterator.h (revision 163632) |
+++ content/public/browser/browser_child_process_host_iterator.h (working copy) |
@@ -10,15 +10,13 @@ |
#include "content/common/content_export.h" |
#include "content/public/common/process_type.h" |
-class BrowserChildProcessHostImpl; |
- |
namespace IPC { |
class Message; |
} |
namespace content { |
- |
class BrowserChildProcessHostDelegate; |
+class BrowserChildProcessHostImpl; |
struct ChildProcessData; |
// This class allows iteration through either all child processes, or ones of a |