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

Unified Diff: content/child/process_control_impl.h

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.h
diff --git a/content/child/process_control_impl.h b/content/child/process_control_impl.h
index 77320f839ec0bad11c0c55f4833341c67b7ff2cf..50a0943b7f4f7cab91cfa7681d4ba4aeebeb7a98 100644
--- a/content/child/process_control_impl.h
+++ b/content/child/process_control_impl.h
@@ -29,7 +29,7 @@ class ProcessControlImpl : public mojom::ProcessControl {
virtual void OnApplicationQuit() {}
// ProcessControl:
- void LoadApplication(const mojo::String& name,
+ void LoadApplication(const std::string& name,
shell::mojom::ServiceRequest request,
const LoadApplicationCallback& callback) override;

Powered by Google App Engine
This is Rietveld 408576698