| Index: mojo/shell/public/cpp/shell_test.h
|
| diff --git a/mojo/shell/public/cpp/shell_test.h b/mojo/shell/public/cpp/shell_test.h
|
| index c3ed59abe771fbb0721eaeb3e47f433a3cf73fe5..86f0d9475657524ee589a07f16cbce4593d2d17f 100644
|
| --- a/mojo/shell/public/cpp/shell_test.h
|
| +++ b/mojo/shell/public/cpp/shell_test.h
|
| @@ -72,8 +72,7 @@ class ShellTest : public testing::Test {
|
| virtual scoped_ptr<ShellClient> CreateShellClient();
|
|
|
| // Call to set Initialize() metadata when GetShellClient() is overridden.
|
| - void InitializeCalled(Connector* connector,
|
| - const std::string& name,
|
| + void InitializeCalled(const std::string& name,
|
| const std::string& userid,
|
| uint32_t id);
|
|
|
|
|