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

Unified Diff: content/shell/utility/shell_content_utility_client.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/shell/utility/shell_content_utility_client.cc
diff --git a/content/shell/utility/shell_content_utility_client.cc b/content/shell/utility/shell_content_utility_client.cc
index f8dc592ae23cbb478583f405ff9b92ab1702a79e..ebd09fc068532d20072a0a426644b3ac3cabccee 100644
--- a/content/shell/utility/shell_content_utility_client.cc
+++ b/content/shell/utility/shell_content_utility_client.cc
@@ -14,8 +14,8 @@ namespace content {
namespace {
-std::unique_ptr<mojo::ShellClient> CreateTestApp() {
- return std::unique_ptr<mojo::ShellClient>(new TestMojoApp);
+std::unique_ptr<shell::ShellClient> CreateTestApp() {
+ return std::unique_ptr<shell::ShellClient>(new TestMojoApp);
}
} // namespace
« no previous file with comments | « content/shell/browser/shell_mojo_test_utils_android.cc ('k') | extensions/browser/mojo/stash_backend_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698