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 41f062278ae081b4e43822698414c2c90f6b5559..7e969467058c0769bf7ff7c4523bb75f10d7da05 100644 |
--- a/third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html |
+++ b/third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html |
@@ -94,7 +94,7 @@ mojo_test(mojo => { |
mojo_test(() => { |
return loadMojoModules( |
'module loading test', |
- ['mojo/shell/public/interfaces/interface_provider.mojom']).then(mojo => { |
+ ['services/shell/public/interfaces/interface_provider.mojom']).then(mojo => { |
let interfaceProvider = mojo.modules[0]; |
assert_equals(interfaceProvider.InterfaceProvider.name, |
'mojo::shell::mojom::InterfaceProvider'); |