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

Unified Diff: content/public/common/service_info.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/common/connection_filter.h ('k') | content/public/common/service_manager_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/service_info.h
diff --git a/content/public/common/service_info.h b/content/public/common/service_info.h
index 7acd37a591ef107cd7ba6142a2b02a48d6a07f50..cf90d5dbe88db7f9410a5c0a80e73da4c1e53bb2 100644
--- a/content/public/common/service_info.h
+++ b/content/public/common/service_info.h
@@ -12,7 +12,7 @@
#include "base/single_thread_task_runner.h"
#include "content/common/content_export.h"
-namespace shell {
+namespace service_manager {
class Service;
}
@@ -21,8 +21,9 @@ namespace content {
// ServiceInfo provides details necessary to construct and bind new instances
// of embedded services.
struct CONTENT_EXPORT ServiceInfo {
- using ServiceFactory = base::Callback<std::unique_ptr<shell::Service>(
- const base::Closure& quit_closure)>;
+ using ServiceFactory =
+ base::Callback<std::unique_ptr<service_manager::Service>(
+ const base::Closure& quit_closure)>;
ServiceInfo();
ServiceInfo(const ServiceInfo& other);
« no previous file with comments | « content/public/common/connection_filter.h ('k') | content/public/common/service_manager_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698