Index: mojo/services/html_viewer/html_document_view.h |
diff --git a/mojo/services/html_viewer/html_document_view.h b/mojo/services/html_viewer/html_document_view.h |
index 99131a1573df69b9002b34db1d8423c051ef2bf5..906e904bedf6dd8d9696aab8f54c80c14e464bae 100644 |
--- a/mojo/services/html_viewer/html_document_view.h |
+++ b/mojo/services/html_viewer/html_document_view.h |
@@ -79,7 +79,7 @@ class HTMLDocumentView : public blink::WebViewClient, |
blink::WebView* web_view_; |
view_manager::Node* root_; |
bool repaint_pending_; |
- LazyInterfacePtr<navigation::NavigatorHost> navigator_host_; |
+ LazyInterfacePtr<NavigatorHost> navigator_host_; |
base::WeakPtrFactory<HTMLDocumentView> weak_factory_; |
DISALLOW_COPY_AND_ASSIGN(HTMLDocumentView); |