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

Unified Diff: examples/js/repl.js

Issue 1394303004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 3). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_2-x-no_public_1
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
« no previous file with comments | « examples/ganesh_app/texture_uploader.cc ('k') | examples/keyboard_client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/js/repl.js
diff --git a/examples/js/repl.js b/examples/js/repl.js
index ad99744fdb6c33c239a7c5e5a58e3af6cd0b3146..759daa73a1baa7f0bf6dc7d196931dd2bae11461 100644
--- a/examples/js/repl.js
+++ b/examples/js/repl.js
@@ -28,7 +28,7 @@
define("main", [
"mojo/services/public/js/application",
"mojo/services/files/interfaces/types.mojom",
- "mojo/services/terminal/public/interfaces/terminal_client.mojom",
+ "mojo/services/terminal/interfaces/terminal_client.mojom",
], function(application, files_types, terminal_client) {
const Application = application.Application;
const TerminalClient = terminal_client.TerminalClient;
« no previous file with comments | « examples/ganesh_app/texture_uploader.cc ('k') | examples/keyboard_client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698