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

Unified Diff: sky/framework/xmlhttprequest.sky

Issue 694423002: Replace <link rel="import"> with <import> (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
Index: sky/framework/xmlhttprequest.sky
diff --git a/sky/framework/xmlhttprequest.sky b/sky/framework/xmlhttprequest.sky
index 724c9d2842d35694c3b67e80e8918a212d9fe4b8..b0c25e9d7677e41c144e0e113db66847cf33da39 100644
--- a/sky/framework/xmlhttprequest.sky
+++ b/sky/framework/xmlhttprequest.sky
@@ -1,8 +1,8 @@
-<link rel="import" href="/mojo/public/sky/core.sky" as="core" />
-<link rel="import" href="/mojo/public/sky/unicode.sky" as="unicode" />
-<link rel="import" href="/mojo/services/public/interfaces/network/network_service.mojom.sky" as="net" />
-<link rel="import" href="/mojo/services/public/interfaces/network/url_loader.mojom.sky" as="loader" />
-<link rel="import" href="shell.sky" as="shell" />
+<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="shell.sky" as="shell" />
<script>
function XMLHttpRequest() {
this.networkService_ = shell.connectToService(

Powered by Google App Engine
This is Rietveld 408576698