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

Unified Diff: content/renderer/presentation/presentation_connection_client.cc

Issue 1957143002: [OnionSoup] Move persentation_service.mojom from //content to //third_party/WebKit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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/renderer/presentation/presentation_connection_client.cc
diff --git a/content/renderer/presentation/presentation_connection_client.cc b/content/renderer/presentation/presentation_connection_client.cc
index 31083f011810c2235fc0dc3fa5133952b03b076a..72d1b68c95ee9f834a7e6affa259e78b00c96980 100644
--- a/content/renderer/presentation/presentation_connection_client.cc
+++ b/content/renderer/presentation/presentation_connection_client.cc
@@ -10,7 +10,7 @@
namespace content {
PresentationConnectionClient::PresentationConnectionClient(
- mojom::PresentationSessionInfoPtr session_info)
+ blink::mojom::PresentationSessionInfoPtr session_info)
: url_(blink::WebString::fromUTF8(session_info->url)),
id_(blink::WebString::fromUTF8(session_info->id)) {}

Powered by Google App Engine
This is Rietveld 408576698