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

Unified Diff: sky/sdk/lib/framework/net/fetch.dart

Issue 1132063007: Rationalize Dart mojo and sky package structure (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | « sky/sdk/lib/framework/layouts/block.dart ('k') | sky/sdk/lib/framework/node.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/net/fetch.dart
diff --git a/sky/framework/net/fetch.dart b/sky/sdk/lib/framework/net/fetch.dart
similarity index 95%
rename from sky/framework/net/fetch.dart
rename to sky/sdk/lib/framework/net/fetch.dart
index c2f231b33f7589a08c0f7ccf282497d27040f114..3089535dd8e5a1a191820a89876940dd9d955a40 100644
--- a/sky/framework/net/fetch.dart
+++ b/sky/sdk/lib/framework/net/fetch.dart
@@ -6,7 +6,7 @@ import '../shell.dart' as shell;
import 'dart:async';
import 'dart:sky' as sky;
import 'dart:typed_data';
-import 'package:mojo/public/dart/core.dart' as core;
+import 'package:mojo/core.dart' as core;
import 'package:mojom/mojo/network_service.mojom.dart';
import 'package:mojom/mojo/url_loader.mojom.dart';
« no previous file with comments | « sky/sdk/lib/framework/layouts/block.dart ('k') | sky/sdk/lib/framework/node.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698