Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index c1619258393f5d2bff761a473ed32f57ed685461..7366de2c580589f8be7544f3ece9b3e27c701885 100644 |
--- a/content/renderer/render_frame_impl.h |
+++ b/content/renderer/render_frame_impl.h |
@@ -961,7 +961,7 @@ class CONTENT_EXPORT RenderFrameImpl |
// Connect to an interface provided by the service registry. |
template <typename Interface> |
- void ConnectToService(mojo::InterfaceRequest<Interface> request); |
+ void GetInterface(mojo::InterfaceRequest<Interface> request); |
// Connects to a Mojo application and returns a proxy to its exposed |
// ServiceProvider. |