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

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

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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 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) {
« 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