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

Unified Diff: sky/framework/xmlhttprequest.sky

Issue 789243002: Restructure public side of network service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase Created 6 years 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 | « sky/engine/platform/fetcher/MojoFetcher.cpp ('k') | sky/tests/services/network.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/xmlhttprequest.sky
diff --git a/sky/framework/xmlhttprequest.sky b/sky/framework/xmlhttprequest.sky
index 75a7a4795a5c2f62f3df065421813edbd9216534..fc688d431ef852cb60e8aaca2ef9b80d840a8b95 100644
--- a/sky/framework/xmlhttprequest.sky
+++ b/sky/framework/xmlhttprequest.sky
@@ -1,7 +1,7 @@
<import src="/mojo/public/sky/core.sky" as="core" />
<import src="/mojo/public/sky/unicode.sky" as="unicode" />
-<import src="/mojo/services/public/interfaces/network/network_service.mojom.sky" as="net" />
-<import src="/mojo/services/public/interfaces/network/url_loader.mojom.sky" as="loader" />
+<import src="/mojo/services/network/public/interfaces/network_service.mojom.sky" as="net" />
+<import src="/mojo/services/network/public/interfaces/url_loader.mojom.sky" as="loader" />
<import src="shell.sky" as="shell" />
<script>
// XHR keeps itself alive.
« no previous file with comments | « sky/engine/platform/fetcher/MojoFetcher.cpp ('k') | sky/tests/services/network.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698