| Index: third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html
|
| diff --git a/third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html b/third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html
|
| index 567fbc7b6dc89c2aba2119bbd97d908db418a413..f1182f046e481e58baaf68df74f03143394eaf3b 100644
|
| --- a/third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html
|
| +++ b/third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html
|
| @@ -96,7 +96,7 @@ mojo_test(mojo => {
|
| mojo_test(() => {
|
| return loadMojoModules(
|
| 'module loading test',
|
| - ['services/shell/public/interfaces/interface_provider.mojom']).then(mojo => {
|
| + ['services/service_manager/public/interfaces/interface_provider.mojom']).then(mojo => {
|
| let interfaceProvider = mojo.modules[0];
|
| assert_equals(interfaceProvider.InterfaceProvider.name,
|
| 'shell::mojom::InterfaceProvider');
|
|
|