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

Unified Diff: mash/init/init.h

Issue 2496713003: Mojo C++ bindings: switch mash/init mojom target to use STL types. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | mash/init/init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/init/init.h
diff --git a/mash/init/init.h b/mash/init/init.h
index 4ee523f1b54a4cd60c6be64a525868506c0c6834..e1987a9b6aceee26d8a723cd30d59915be7b568b 100644
--- a/mash/init/init.h
+++ b/mash/init/init.h
@@ -42,9 +42,9 @@ class Init : public service_manager::Service,
mojom::InitRequest request) override;
// mojom::Init:
- void StartService(const mojo::String& name,
- const mojo::String& user_id) override;
- void StopServicesForUser(const mojo::String& user_id) override;
+ void StartService(const std::string& name,
+ const std::string& user_id) override;
+ void StopServicesForUser(const std::string& user_id) override;
void UserServiceQuit(const std::string& user_id);
« no previous file with comments | « no previous file | mash/init/init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698