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 da9b5b7ea4bc781702f168ce19f56d8ed664f187..d80306bbc44e49641841ad4654dfd052035300ca 100644 |
--- a/components/html_viewer/html_document_application_delegate.h |
+++ b/components/html_viewer/html_document_application_delegate.h |
@@ -37,7 +37,7 @@ class HTMLDocumentApplicationDelegate : public mojo::ShellClient, |
HTMLFactory* html_factory() { return html_factory_; } |
private: |
- class ServiceConnectorQueue; |
+ class InterfaceBinderQueue; |
~HTMLDocumentApplicationDelegate() override; |
@@ -56,7 +56,7 @@ class HTMLDocumentApplicationDelegate : public mojo::ShellClient, |
void OnResponseReceived(scoped_ptr<mojo::AppRefCount> app_refcount, |
mojo::URLLoaderPtr loader, |
mojo::Connection* connection, |
- scoped_ptr<ServiceConnectorQueue> connector_queue, |
+ scoped_ptr<InterfaceBinderQueue> binder_queue, |
mojo::URLResponsePtr response); |
// HTMLFactory: |