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

Unified Diff: content/child/process_control_impl.cc

Issue 2201763002: Switch on use_new_wrapper_types mode for content/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments from Lei and Michael Created 4 years, 4 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
Index: content/child/process_control_impl.cc
diff --git a/content/child/process_control_impl.cc b/content/child/process_control_impl.cc
index 2dece52a59eeff5be3da2226aee3fdda53e79510..2057f293dcf74ad3dd3605fcd73bd7f9e329784d 100644
--- a/content/child/process_control_impl.cc
+++ b/content/child/process_control_impl.cc
@@ -20,7 +20,7 @@ ProcessControlImpl::~ProcessControlImpl() {
}
void ProcessControlImpl::LoadApplication(
- const mojo::String& name,
+ const std::string& name,
shell::mojom::ServiceRequest request,
const LoadApplicationCallback& callback) {
// Only register apps on first run.

Powered by Google App Engine
This is Rietveld 408576698