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

Unified Diff: chrome/app/mash/mash_runner.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 | « chrome/app/mash/chrome_mash_manifest.json ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/mash_runner.h
diff --git a/chrome/app/mash/mash_runner.h b/chrome/app/mash/mash_runner.h
index bf4058b106d2371be723dcc0871db2b39c304144..ac1a13cf45bd79171dd203f65f127e17c53ccd33 100644
--- a/chrome/app/mash/mash_runner.h
+++ b/chrome/app/mash/mash_runner.h
@@ -10,7 +10,7 @@
#include "base/macros.h"
#include "services/service_manager/public/interfaces/service.mojom.h"
-namespace shell {
+namespace service_manager {
class Service;
}
@@ -26,9 +26,9 @@ class MashRunner {
void RunMain();
void RunChild();
- void StartChildApp(shell::mojom::ServiceRequest service_request);
+ void StartChildApp(service_manager::mojom::ServiceRequest service_request);
- std::unique_ptr<shell::Service> service_;
+ std::unique_ptr<service_manager::Service> service_;
DISALLOW_COPY_AND_ASSIGN(MashRunner);
};
« no previous file with comments | « chrome/app/mash/chrome_mash_manifest.json ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698