Index: content/browser/loader/navigation_url_loader_impl.h |
diff --git a/content/browser/loader/navigation_url_loader_impl.h b/content/browser/loader/navigation_url_loader_impl.h |
index 35a8c98afc10c11f73436dbef4728d2ee26ac85c..ac62255ad6b73921ca85a9c7d353fa5750208283 100644 |
--- a/content/browser/loader/navigation_url_loader_impl.h |
+++ b/content/browser/loader/navigation_url_loader_impl.h |
@@ -12,6 +12,7 @@ |
#include "base/memory/weak_ptr.h" |
#include "base/time/time.h" |
#include "content/browser/loader/navigation_url_loader.h" |
+#include "mojo/public/cpp/system/data_pipe.h" |
namespace net { |
struct RedirectInfo; |
@@ -23,7 +24,6 @@ class AppCacheNavigationHandle; |
class NavigationURLLoaderImplCore; |
class NavigationData; |
class ServiceWorkerNavigationHandle; |
-class StreamHandle; |
struct GlobalRequestID; |
struct ResourceResponse; |
struct SSLStatus; |
@@ -53,7 +53,7 @@ class NavigationURLLoaderImpl : public NavigationURLLoader { |
// Notifies the delegate that the response has started. |
void NotifyResponseStarted(const scoped_refptr<ResourceResponse>& response, |
- std::unique_ptr<StreamHandle> body, |
+ mojo::ScopedDataPipeConsumerHandle consumer_handle, |
const SSLStatus& ssl_status, |
std::unique_ptr<NavigationData> navigation_data, |
const GlobalRequestID& request_id, |