Index: content/browser/mojo_shell_browsertest.cc |
diff --git a/content/browser/mojo_shell_browsertest.cc b/content/browser/mojo_shell_browsertest.cc |
index f72cd98db78449f733f9375d92adf643d8111293..26811e01bd78f39f1980416c24a2a951dcaa6e1f 100644 |
--- a/content/browser/mojo_shell_browsertest.cc |
+++ b/content/browser/mojo_shell_browsertest.cc |
@@ -35,8 +35,8 @@ class MojoShellTest : public ContentBrowserTest { |
} |
private: |
- static std::unique_ptr<mojo::ShellClient> CreateTestApp() { |
- return std::unique_ptr<mojo::ShellClient>(new TestMojoApp); |
+ static std::unique_ptr<shell::ShellClient> CreateTestApp() { |
+ return std::unique_ptr<shell::ShellClient>(new TestMojoApp); |
} |
MojoShellContext::StaticApplicationMap test_apps_; |