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

Unified Diff: examples/go/http_handler.go

Issue 1398973004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_1
Patch Set: add missing copyright notices 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/http_handler/BUILD.gn » ('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 14c6e43fdb281706ba82ed47255a5eee0d5978bd..8db9a82dc2bcc008abc22f8c68e43f168d04c15f 100644
--- a/examples/go/http_handler.go
+++ b/examples/go/http_handler.go
@@ -12,10 +12,10 @@ import (
"mojo/public/go/bindings"
"mojo/public/go/system"
- "mojo/services/http_server/public/interfaces/http_request"
- "mojo/services/http_server/public/interfaces/http_response"
- "mojo/services/http_server/public/interfaces/http_server"
- "mojo/services/http_server/public/interfaces/http_server_factory"
+ "mojo/services/http_server/interfaces/http_request"
+ "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"
)
« no previous file with comments | « examples/go/BUILD.gn ('k') | examples/http_handler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698