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 219f47dd9c0b1bb173cd743b0a7a2aa00d6e13df..dbe4c14a540bec321e426006cc5aba69fd543048 100644 |
--- a/content/test/data/web_ui_mojo_shell_test.js |
+++ b/content/test/data/web_ui_mojo_shell_test.js |
@@ -13,12 +13,10 @@ var TEST_APP_URL = 'system:content_mojo_test'; |
define('main', [ |
'mojo/public/js/core', |
'mojo/public/js/router', |
- 'mojo/services/network/public/interfaces/url_loader.mojom', |
'mojo/shell/public/interfaces/connector.mojom', |
'content/public/renderer/frame_service_registry', |
'content/public/test/test_mojo_service.mojom', |
-], function (core, router, urlMojom, connectorMojom, serviceRegistry, |
- testMojom) { |
+], function (core, router, connectorMojom, serviceRegistry, testMojom) { |
var connectToService = function(serviceProvider, iface) { |
var pipe = core.createMessagePipe(); |