Rename ConnectToService to ConnectToInterface()

[email protected]
BUG=

Review URL: https://codereview.chromium.org/1687693002

Cr-Commit-Position: refs/heads/master@{#374677}
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index c161925..7366de2 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -961,7 +961,7 @@
 
   // 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.