| Index: content/browser/loader/navigation_resource_handler.h
|
| diff --git a/content/browser/loader/navigation_resource_handler.h b/content/browser/loader/navigation_resource_handler.h
|
| index e898663611c903f3ccbc1d373fbfa9c38b264872..8c03aadbee9765bbad95dfa04e5026bd15154f1c 100644
|
| --- a/content/browser/loader/navigation_resource_handler.h
|
| +++ b/content/browser/loader/navigation_resource_handler.h
|
| @@ -6,8 +6,8 @@
|
| #define CONTENT_BROWSER_LOADER_NAVIGATION_RESOURCE_HANDLER_H_
|
|
|
| #include "base/macros.h"
|
| +#include "content/browser/loader/mojo_stream_writer.h"
|
| #include "content/browser/loader/resource_handler.h"
|
| -#include "content/browser/loader/stream_writer.h"
|
|
|
| namespace content {
|
|
|
| @@ -49,7 +49,7 @@ class NavigationResourceHandler : public ResourceHandler {
|
| void DetachFromCore();
|
|
|
| NavigationURLLoaderImplCore* core_;
|
| - StreamWriter writer_;
|
| + MojoStreamWriter writer_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(NavigationResourceHandler);
|
| };
|
|
|