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

Unified Diff: examples/js/repl.js

Issue 1388413005: Move //mojo/services/X/public/... to //mojo/services/X/... (part 1). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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
Index: examples/js/repl.js
diff --git a/examples/js/repl.js b/examples/js/repl.js
index 2c33d6e5fdb67bc751b85155e15338f8096f98ac..ad99744fdb6c33c239a7c5e5a58e3af6cd0b3146 100644
--- a/examples/js/repl.js
+++ b/examples/js/repl.js
@@ -27,7 +27,7 @@
define("main", [
"mojo/services/public/js/application",
- "mojo/services/files/public/interfaces/types.mojom",
+ "mojo/services/files/interfaces/types.mojom",
"mojo/services/terminal/public/interfaces/terminal_client.mojom",
], function(application, files_types, terminal_client) {
const Application = application.Application;
« no previous file with comments | « examples/forwarding_content_handler/forwarding_content_handler.cc ('k') | examples/moterm_example_app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698