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

Unified Diff: examples/go/http_handler.go

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/go/BUILD.gn ('k') | examples/go/http_server.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/go/http_handler.go
diff --git a/examples/go/http_handler.go b/examples/go/http_handler.go
index 8db9a82dc2bcc008abc22f8c68e43f168d04c15f..f717a7303f85360eb8f12696f1f5b092639ba5a8 100644
--- a/examples/go/http_handler.go
+++ b/examples/go/http_handler.go
@@ -16,7 +16,7 @@ import (
"mojo/services/http_server/interfaces/http_response"
"mojo/services/http_server/interfaces/http_server"
"mojo/services/http_server/interfaces/http_server_factory"
- "mojo/services/network/public/interfaces/net_address"
+ "mojo/services/network/interfaces/net_address"
)
//#include "mojo/public/c/system/types.h"
« no previous file with comments | « examples/go/BUILD.gn ('k') | examples/go/http_server.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698