Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index 62ac5048f37d2576a31f40b8d6b5558ab6d837ec..538e57034bf0e3b5574d19a7b281277284cb9d89 100644 |
--- a/content/renderer/render_frame_impl.h |
+++ b/content/renderer/render_frame_impl.h |
@@ -1242,7 +1242,7 @@ class CONTENT_EXPORT RenderFrameImpl |
service_manager::mojom::InterfaceProviderRequest |
pending_remote_interface_provider_request_; |
- // The shell proxy used to connect to services. |
+ // The Connector proxy used to connect to services. |
service_manager::mojom::ConnectorPtr connector_; |
// The screen orientation dispatcher attached to the frame, lazily |