Index: content/child/child_thread.h |
diff --git a/content/child/child_thread.h b/content/child/child_thread.h |
index 1728c71d753f2e273cdaf2645caac2292390ace6..bbd04ebc5184bd644f49f29a6144771c5aace8d2 100644 |
--- a/content/child/child_thread.h |
+++ b/content/child/child_thread.h |
@@ -170,9 +170,10 @@ class CONTENT_EXPORT ChildThread |
virtual void OnChannelConnected(int32 peer_pid) OVERRIDE; |
virtual void OnChannelError() OVERRIDE; |
- // mojo::ShellClient implementation: |
+ // mojo::ServiceProvider implementation: |
virtual void ConnectToService( |
- const mojo::String& service_name, |
+ const mojo::String& url, |
+ const mojo::String& name, |
mojo::ScopedMessagePipeHandle message_pipe) OVERRIDE; |
private: |