| Index: content/test/data/web_ui_mojo_shell_test.js
|
| diff --git a/content/test/data/web_ui_mojo_shell_test.js b/content/test/data/web_ui_mojo_shell_test.js
|
| index dbe4c14a540bec321e426006cc5aba69fd543048..63a020844f59472864a242997bee4c979f03ba73 100644
|
| --- a/content/test/data/web_ui_mojo_shell_test.js
|
| +++ b/content/test/data/web_ui_mojo_shell_test.js
|
| @@ -13,7 +13,7 @@ var TEST_APP_URL = 'system:content_mojo_test';
|
| define('main', [
|
| 'mojo/public/js/core',
|
| 'mojo/public/js/router',
|
| - 'mojo/shell/public/interfaces/connector.mojom',
|
| + 'services/shell/public/interfaces/connector.mojom',
|
| 'content/public/renderer/frame_service_registry',
|
| 'content/public/test/test_mojo_service.mojom',
|
| ], function (core, router, connectorMojom, serviceRegistry, testMojom) {
|
|
|