| 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..95ba9ee7491929294e1ae494a7cf50da929e479f 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 {
|
| + const String& url, ScopedMessagePipeHandle client_handle) OVERRIDE {
|
| }
|
|
|
| private:
|
|
|