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