| 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 8be80aba7852dbfb38d084739184a3e89c2d9769..a5ec72e1df91d46553fae942981c6f7fb2c2d554 100644
 | 
| --- a/components/web_view/frame_tree_delegate.h
 | 
| +++ b/components/web_view/frame_tree_delegate.h
 | 
| @@ -50,7 +50,7 @@ class FrameTreeDelegate {
 | 
|    // 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
 | 
| -  // ViewTreeClientPtr should only be set if an app other than
 | 
| +  // mojo::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,
 | 
| 
 |