| Index: third_party/WebKit/LayoutTests/presentation/resources/presentation-service-mock.js
|
| diff --git a/third_party/WebKit/LayoutTests/presentation/resources/presentation-service-mock.js b/third_party/WebKit/LayoutTests/presentation/resources/presentation-service-mock.js
|
| index 790bba54640068ec5d79729cf1d15bbfcbd931b9..914c6b7276dc2205771066fcfed3a600f30e7d3a 100644
|
| --- a/third_party/WebKit/LayoutTests/presentation/resources/presentation-service-mock.js
|
| +++ b/third_party/WebKit/LayoutTests/presentation/resources/presentation-service-mock.js
|
| @@ -7,7 +7,7 @@
|
| let presentationServiceMock = loadMojoModules(
|
| 'presentationServiceMock',
|
| [
|
| - 'third_party/WebKit/public/platform/modules/presentation/presentation.mojom',
|
| + 'content/common/presentation/presentation.mojom',
|
| 'mojo/public/js/bindings',
|
| ]).then(mojo => {
|
| let [ presentationService, bindings ] = mojo.modules;
|
|
|