Index: content/public/browser/browser_child_process_host.h |
diff --git a/content/public/browser/browser_child_process_host.h b/content/public/browser/browser_child_process_host.h |
index 67c55acf63430fdee58a4467134b38544d003424..2042aa8e66ba09a3e9cd4779823e2f7ab34a2351 100644 |
--- a/content/public/browser/browser_child_process_host.h |
+++ b/content/public/browser/browser_child_process_host.h |
@@ -104,6 +104,8 @@ class CONTENT_EXPORT BrowserChildProcessHost : public IPC::Sender { |
// Returns a PortProvider used to get the task port for child processes. |
static base::PortProvider* GetPortProvider(); |
#endif |
+ |
+ class ConnectionFilterImpl; |
}; |
}; // namespace content |