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

Unified Diff: content/public/browser/presentation_service_delegate.h

Issue 2622993002: [Presentation API] Move presentation.mojom to content/common/presentation (Closed)
Patch Set: Fix presentation_service_delegate. DEPS failure Created 3 years, 11 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/public/browser/presentation_service_delegate.h
diff --git a/content/public/browser/presentation_service_delegate.h b/content/public/browser/presentation_service_delegate.h
index 55e2f4c155713c88dd1599c0e1cc6f89374d9f3b..76bcbd031bdc4c569a5cb689d2fb15deb7443329 100644
--- a/content/public/browser/presentation_service_delegate.h
+++ b/content/public/browser/presentation_service_delegate.h
@@ -12,9 +12,9 @@
#include "base/callback.h"
#include "content/common/content_export.h"
+#include "content/common/presentation/presentation.mojom.h"
#include "content/public/common/presentation_connection_message.h"
#include "content/public/common/presentation_session.h"
-#include "third_party/WebKit/public/platform/modules/presentation/presentation.mojom.h"
class GURL;
@@ -51,9 +51,9 @@ struct PresentationConnectionStateChangeInfo {
using PresentationConnectionStateChangedCallback =
base::Callback<void(const PresentationConnectionStateChangeInfo&)>;
-using PresentationConnectionPtr = blink::mojom::PresentationConnectionPtr;
+using PresentationConnectionPtr = content::mojom::PresentationConnectionPtr;
using PresentationConnectionRequest =
- blink::mojom::PresentationConnectionRequest;
+ content::mojom::PresentationConnectionRequest;
using ReceiverConnectionAvailableCallback =
base::Callback<void(const content::PresentationSessionInfo&,
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | content/public/common/presentation_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698