Index: components/web_view/frame_tree_delegate.h |
diff --git a/components/web_view/frame_tree_delegate.h b/components/web_view/frame_tree_delegate.h |
index 4b8afd7c111b55afc228a60b3a6fa2dc9087982d..123679fdb0e6df88fdd7b0b7f7f1f3a2c9beea85 100644 |
--- a/components/web_view/frame_tree_delegate.h |
+++ b/components/web_view/frame_tree_delegate.h |
@@ -51,7 +51,7 @@ |
// Asks the client if navigation is allowed. If the navigation is allowed |
// |callback| should be called to continue the navigation. |callback| |
// may be called synchronously or asynchronously. In the callback |
- // mojo::ViewTreeClientPtr should only be set if an app other than |
+ // ViewTreeClientPtr should only be set if an app other than |
// frame->app_id() is used to render |request|. |
virtual void CanNavigateFrame(Frame* target, |
mojo::URLRequestPtr request, |