| 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 ae8752a47e9c8d1b497449bfbfd5119684c8ea81..ce7af107262d76377fd36cab439c632be93df794 100644
|
| --- a/third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html
|
| +++ b/third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html
|
| @@ -80,7 +80,7 @@ mojo_test(() => {
|
| ['mojo/shell/public/interfaces/interface_provider.mojom']).then(mojo => {
|
| let interfaceProvider = mojo.modules[0];
|
| assert_equals(interfaceProvider.InterfaceProvider.name,
|
| - 'mojo::shell::mojom::InterfaceProvider');
|
| + 'mojo.shell.mojom.InterfaceProvider');
|
|
|
| });
|
| }, 'Generated mojo bindings can be loaded in tests');
|
|
|