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

Unified Diff: examples/js/users-guide.md

Issue 1404443004: Move //mojo/services/network/public/interfaces to //mojo/services/network/interfaces. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add some missing dependencies 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/http_handler/http_handler.cc ('k') | examples/js/wget.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/js/users-guide.md
diff --git a/examples/js/users-guide.md b/examples/js/users-guide.md
index 87bb590bd23f5b194119e09515e59152a935dbe2..2ec2ba782153d45e73be046823ec2ae692478976 100644
--- a/examples/js/users-guide.md
+++ b/examples/js/users-guide.md
@@ -115,7 +115,7 @@ service you need the JS module based on network_service.mojom:
```javascript
define("main", [
- "mojo/services/network/public/interfaces/network_service.mojom",
+ "mojo/services/network/interfaces/network_service.mojom",
"mojo/services/public/js/application",
]
function(net, application) {
@@ -332,7 +332,7 @@ another application.
```javascript
define("main", [
- "mojo/services/network/public/interfaces/network_service.mojom",
+ "mojo/services/network/interfaces/network_service.mojom",
"mojo/services/public/js/application",
]
function(net, application) {
« no previous file with comments | « examples/http_handler/http_handler.cc ('k') | examples/js/wget.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698