Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: content/test/data/web_ui_mojo_shell_test.js

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/BUILD.gn ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 15c2a8f93b9096e78c9a341f26b125f743655418..b0ba4d04b7ffa3453e78ed3ffc3c6a2a8987a85e 100644
--- a/content/test/data/web_ui_mojo_shell_test.js
+++ b/content/test/data/web_ui_mojo_shell_test.js
@@ -11,13 +11,13 @@ var TEST_APP_URL = 'system:content_mojo_test';
define('main', [
- 'mojo/application/public/interfaces/shell.mojom',
'mojo/public/js/core',
'mojo/public/js/router',
'mojo/services/network/public/interfaces/url_loader.mojom',
+ 'mojo/shell/public/interfaces/shell.mojom',
'content/public/renderer/service_provider',
'content/public/test/test_mojo_service.mojom',
-], function(shellMojom, core, router, urlMojom, serviceRegistry, testMojom) {
+], function (core, router, urlMojom, shellMojom, serviceRegistry, testMojom) {
var connectToService = function(serviceProvider, iface) {
var pipe = core.createMessagePipe();
« no previous file with comments | « content/test/BUILD.gn ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698