Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1931)

Unified Diff: content/browser/mojo_shell_browsertest.cc

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « content/browser/mojo/mojo_shell_context.cc ('k') | content/browser/service_worker/embedded_worker_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698