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

Unified Diff: content/public/utility/content_utility_client.h

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
« no previous file with comments | « content/public/test/test_mojo_app.cc ('k') | content/renderer/media/media_interface_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/utility/content_utility_client.h
diff --git a/content/public/utility/content_utility_client.h b/content/public/utility/content_utility_client.h
index 3d6cb445127cb3bab4ad5d5f71b92923334ee924..4210498d65b1b4c2819ba85f3fc91deca4cd00e9 100644
--- a/content/public/utility/content_utility_client.h
+++ b/content/public/utility/content_utility_client.h
@@ -13,7 +13,7 @@
class GURL;
-namespace mojo {
+namespace shell {
class ShellClient;
}
@@ -26,7 +26,7 @@ class CONTENT_EXPORT ContentUtilityClient {
public:
using StaticMojoApplicationMap =
std::map<std::string,
- base::Callback<std::unique_ptr<mojo::ShellClient>()>>;
+ base::Callback<std::unique_ptr<shell::ShellClient>()>>;
virtual ~ContentUtilityClient() {}
« no previous file with comments | « content/public/test/test_mojo_app.cc ('k') | content/renderer/media/media_interface_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698