| Index: content/browser/mojo_shell_browsertest.cc
|
| diff --git a/content/browser/mojo_shell_browsertest.cc b/content/browser/mojo_shell_browsertest.cc
|
| index b291961a0778f5fcbf19d21ef8f184438f272cd6..75a263c2475ad8118362d60b0d65eeafaa306ba4 100644
|
| --- a/content/browser/mojo_shell_browsertest.cc
|
| +++ b/content/browser/mojo_shell_browsertest.cc
|
| @@ -25,8 +25,8 @@ class MojoShellTest : public ContentBrowserTest {
|
| }
|
|
|
| private:
|
| - static scoped_ptr<mojo::ApplicationDelegate> CreateTestApp() {
|
| - return scoped_ptr<mojo::ApplicationDelegate>(new TestMojoApp);
|
| + static scoped_ptr<mojo::ShellClient> CreateTestApp() {
|
| + return scoped_ptr<mojo::ShellClient>(new TestMojoApp);
|
| }
|
|
|
| MojoShellContext::StaticApplicationMap test_apps_;
|
|
|