| Index: mojo/shell/shell_test_helper.cc
|
| diff --git a/mojo/shell/shell_test_helper.cc b/mojo/shell/shell_test_helper.cc
|
| index a33810d9dd461ec728d88143044aeb11d7f6dea3..36ed8b1ecd6cc1b6afaa69c43025f5d6b80474f3 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:
|
|
|