Index: content/public/child/child_thread.h |
diff --git a/content/public/child/child_thread.h b/content/public/child/child_thread.h |
index d3ad0cec617130654c6c7f181c167120c866f8ec..2a3c8d81ac91c31faef391dd8ce5192f4fa2b5b4 100644 |
--- a/content/public/child/child_thread.h |
+++ b/content/public/child/child_thread.h |
@@ -5,6 +5,7 @@ |
#ifndef CONTENT_PUBLIC_CHILD_CHILD_THREAD_H_ |
#define CONTENT_PUBLIC_CHILD_CHILD_THREAD_H_ |
+#include <memory> |
#include <string> |
#include "base/logging.h" |
@@ -27,7 +28,8 @@ class InterfaceRegistry; |
namespace content { |
- class MojoShellConnection; |
+class ConnectionFilter; |
+class MojoShellConnection; |
// An abstract base class that contains logic shared between most child |
// processes of the embedder. |