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

Unified Diff: sky/tests/services/network.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/framework/xmlhttprequest.sky ('k') | sky/viewer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/services/network.sky
diff --git a/sky/tests/services/network.sky b/sky/tests/services/network.sky
index 6b101b5f88b686f7433e91980a5da19e1712506e..e5482011537a2a0ad84839493ee9a2f92d36ca73 100644
--- a/sky/tests/services/network.sky
+++ b/sky/tests/services/network.sky
@@ -3,8 +3,8 @@
<import src="../resources/mocha.sky" />
<import src="/mojo/public/sky/core.sky" as="core" />
<import src="/mojo/public/sky/connection.sky" as="connection" />
-<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" />
<script>
describe('Mojo network_service', function() {
this.enableTimeouts(false);
« no previous file with comments | « sky/framework/xmlhttprequest.sky ('k') | sky/viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698