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 41b3c6541079e80a1558565f960e4d1e17694fa8..8c816b9611f0dc53964528955d9086ee92149e1d 100644 |
--- a/mojo/services/html_viewer/html_document_view.h |
+++ b/mojo/services/html_viewer/html_document_view.h |
@@ -76,7 +76,7 @@ class HTMLDocumentView : public blink::WebViewClient, |
blink::WebView* web_view_; |
Node* root_; |
bool repaint_pending_; |
- LazyInterfacePtr<navigation::NavigatorHost> navigator_host_; |
+ LazyInterfacePtr<NavigatorHost> navigator_host_; |
base::WeakPtrFactory<HTMLDocumentView> weak_factory_; |
DISALLOW_COPY_AND_ASSIGN(HTMLDocumentView); |