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

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

Issue 2622993002: [Presentation API] Move presentation.mojom to content/common/presentation (Closed)
Patch Set: Fix #include and OWNERS 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/renderer/presentation/presentation_dispatcher_unittest.cc
diff --git a/content/renderer/presentation/presentation_dispatcher_unittest.cc b/content/renderer/presentation/presentation_dispatcher_unittest.cc
index 9397f852feda403fd7705c88b7a7412e3ec26875..b5e0d80db2b3726c5541a84b7b7432bb0c82eaac 100644
--- a/content/renderer/presentation/presentation_dispatcher_unittest.cc
+++ b/content/renderer/presentation/presentation_dispatcher_unittest.cc
@@ -25,15 +25,15 @@ using blink::WebPresentationSessionInfo;
using blink::WebString;
using blink::WebURL;
using blink::WebVector;
-using blink::mojom::PresentationError;
-using blink::mojom::PresentationErrorPtr;
-using blink::mojom::PresentationErrorType;
-using blink::mojom::PresentationService;
-using blink::mojom::PresentationServiceClientPtr;
-using blink::mojom::PresentationSessionInfo;
-using blink::mojom::PresentationSessionInfoPtr;
-using blink::mojom::ConnectionMessage;
-using blink::mojom::ConnectionMessagePtr;
+using content::mojom::PresentationError;
+using content::mojom::PresentationErrorPtr;
+using content::mojom::PresentationErrorType;
+using content::mojom::PresentationService;
+using content::mojom::PresentationServiceClientPtr;
+using content::mojom::PresentationSessionInfo;
+using content::mojom::PresentationSessionInfoPtr;
+using content::mojom::ConnectionMessage;
+using content::mojom::ConnectionMessagePtr;
// TODO(crbug.com/576808): Add test cases for the following:
// - State changes

Powered by Google App Engine
This is Rietveld 408576698