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

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

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.h
diff --git a/content/renderer/presentation/presentation_connection_client.h b/content/renderer/presentation/presentation_connection_client.h
index 42ffc61c35bfbd83931137dc0c278b6152604203..c411b4ea0b714d2287451c7fe9a2572a319aa832 100644
--- a/content/renderer/presentation/presentation_connection_client.h
+++ b/content/renderer/presentation/presentation_connection_client.h
@@ -7,8 +7,8 @@
#include "base/compiler_specific.h"
#include "content/common/content_export.h"
-#include "content/common/presentation/presentation_service.mojom.h"
#include "third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h"
+#include "third_party/WebKit/public/platform/modules/presentation/presentation.mojom.h"
namespace content {
@@ -18,7 +18,7 @@ class CONTENT_EXPORT PresentationConnectionClient
: public NON_EXPORTED_BASE(blink::WebPresentationConnectionClient) {
public:
explicit PresentationConnectionClient(
- mojom::PresentationSessionInfoPtr session_info);
+ blink::mojom::PresentationSessionInfoPtr session_info);
explicit PresentationConnectionClient(const mojo::String& url,
const mojo::String& id);
~PresentationConnectionClient() override;
« no previous file with comments | « content/content_common_mojo_bindings.gyp ('k') | content/renderer/presentation/presentation_connection_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698