| 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
|
|
|