Index: content/browser/streams/stream_handle_impl.h |
diff --git a/content/browser/streams/stream_handle_impl.h b/content/browser/streams/stream_handle_impl.h |
index aabd0cb7dfe4f2ae61eef9dfca6bc1c6cdb4a708..1d3614d286169073474e07eb7a616a7181970ae7 100644 |
--- a/content/browser/streams/stream_handle_impl.h |
+++ b/content/browser/streams/stream_handle_impl.h |
@@ -6,10 +6,13 @@ |
#define CONTENT_BROWSER_STREAMS_STREAM_HANDLE_IMPL_H_ |
#include "base/memory/weak_ptr.h" |
-#include "base/message_loop/message_loop_proxy.h" |
#include "base/synchronization/lock.h" |
#include "content/public/browser/stream_handle.h" |
+namespace base { |
+class MessageLoopProxy; |
+} |
+ |
namespace content { |
class Stream; |