| Index: components/html_viewer/html_document_application_delegate.h
|
| diff --git a/components/html_viewer/html_document_application_delegate.h b/components/html_viewer/html_document_application_delegate.h
|
| index 6e1b1d1165b8c6f77d8983456f834530febba2ae..30e8f37740e64a5f49d834198024e5c1faab5cc1 100644
|
| --- a/components/html_viewer/html_document_application_delegate.h
|
| +++ b/components/html_viewer/html_document_application_delegate.h
|
| @@ -14,7 +14,6 @@
|
| #include "components/html_viewer/html_document.h"
|
| #include "mojo/application/public/cpp/application_delegate.h"
|
| #include "mojo/application/public/cpp/application_impl.h"
|
| -#include "mojo/services/network/public/interfaces/network_service.mojom.h"
|
| #include "mojo/services/network/public/interfaces/url_loader_factory.mojom.h"
|
| #include "third_party/mojo/src/mojo/public/cpp/bindings/interface_request.h"
|
|
|
| @@ -65,7 +64,6 @@ class HTMLDocumentApplicationDelegate : public mojo::ApplicationDelegate {
|
| // AppRefCount of the parent (HTMLViewer).
|
| scoped_ptr<mojo::AppRefCount> parent_app_refcount_;
|
| const mojo::String url_;
|
| - mojo::NetworkServicePtr network_service_;
|
| mojo::URLLoaderFactoryPtr url_loader_factory_;
|
| mojo::URLResponsePtr initial_response_;
|
| GlobalState* global_state_;
|
|
|