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

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

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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_service.cc ('k') | content/renderer/bluetooth/web_bluetooth_impl.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 05f46a57a57c715d5d7f21f24b61105248f71207..7faf52fee058a106199a9f83c869432a7da4d8ea 100644
--- a/content/public/utility/content_utility_client.h
+++ b/content/public/utility/content_utility_client.h
@@ -14,7 +14,7 @@
class GURL;
-namespace shell {
+namespace service_manager {
class InterfaceRegistry;
class Service;
}
@@ -36,7 +36,8 @@ class CONTENT_EXPORT ContentUtilityClient {
// Allows the client to expose interfaces from this utility process to the
// browser process via |registry|.
- virtual void ExposeInterfacesToBrowser(shell::InterfaceRegistry* registry) {}
+ virtual void ExposeInterfacesToBrowser(
+ service_manager::InterfaceRegistry* registry) {}
virtual void RegisterServices(StaticServiceMap* services) {}
};
« no previous file with comments | « content/public/test/test_service.cc ('k') | content/renderer/bluetooth/web_bluetooth_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698