Index: mojo/shell/shell_test_helper.cc |
diff --git a/mojo/shell/shell_test_helper.cc b/mojo/shell/shell_test_helper.cc |
index d1c77f97095419ab351db178e5538d020f087f4a..48406f00802e53533904602abead9cd34cb49a70 100644 |
--- a/mojo/shell/shell_test_helper.cc |
+++ b/mojo/shell/shell_test_helper.cc |
@@ -40,8 +40,7 @@ class ShellTestHelper::TestShellClient : public ShellClient { |
// ShellClient: |
virtual void AcceptConnection( |
- const mojo::String& url, |
- ScopedMessagePipeHandle client_handle) OVERRIDE { |
+ String url, ScopedMessagePipeHandle client_handle) OVERRIDE { |
} |
private: |