Index: content/browser/frame_host/render_frame_host_manager.cc |
diff --git a/content/browser/frame_host/render_frame_host_manager.cc b/content/browser/frame_host/render_frame_host_manager.cc |
index 0c8774813268c53b597ff13e80bba4e57c5b21b6..1a8acb96ba0062eb79562cb4dce53ce03442f662 100644 |
--- a/content/browser/frame_host/render_frame_host_manager.cc |
+++ b/content/browser/frame_host/render_frame_host_manager.cc |
@@ -230,7 +230,8 @@ RenderFrameHostImpl* RenderFrameHostManager::Navigate( |
// with the new render frame if necessary. Note that this call needs to |
// occur before initializing the RenderView; the flow of creating the |
// RenderView can cause browser-side code to execute that expects the this |
- // RFH's shell::InterfaceRegistry to be initialized (e.g., if the site is a |
+ // RFH's service_manager::InterfaceRegistry to be initialized (e.g., if the |
+ // site is a |
// WebUI site that is handled via Mojo, then Mojo WebUI code in //chrome |
// will add an interface to this RFH's InterfaceRegistry). |
dest_render_frame_host->SetUpMojoIfNeeded(); |