| Index: mojo/shell/shell_test_helper.cc
|
| diff --git a/mojo/shell/shell_test_helper.cc b/mojo/shell/shell_test_helper.cc
|
| index c530140b2b1e8bdda880ecb14cb5dc70a055bb0c..6e0d8d989b5f3337bef7dec2a4e1e10010853856 100644
|
| --- a/mojo/shell/shell_test_helper.cc
|
| +++ b/mojo/shell/shell_test_helper.cc
|
| @@ -19,7 +19,7 @@ namespace shell {
|
| struct ShellTestHelper::State {
|
| scoped_ptr<Context> context;
|
| scoped_ptr<ServiceManager::TestAPI> test_api;
|
| - ScopedShellHandle shell_handle;
|
| + ScopedMessagePipeHandle shell_handle;
|
| };
|
|
|
| namespace {
|
|
|