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

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

Issue 1029683002: Update references to Mojo core and bindings (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: shell.dart too Created 5 years, 9 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/examples/terminal/terminal_file_impl.dart ('k') | sky/framework/shell.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/net/fetch.dart
diff --git a/sky/framework/net/fetch.dart b/sky/framework/net/fetch.dart
index a2ac890baf48998ff7653508aa6501c16d21b74f..edb981b45b3f181411e9ae61e3e740d25201cac8 100644
--- a/sky/framework/net/fetch.dart
+++ b/sky/framework/net/fetch.dart
@@ -4,9 +4,9 @@
import '../shell.dart' as shell;
import 'dart:async';
-import 'dart:mojo.core' as core;
import 'dart:sky' as sky;
import 'dart:typed_data';
+import 'package:mojo/public/dart/core.dart' as core;
import 'package:mojo/services/network/public/interfaces/network_service.mojom.dart';
import 'package:mojo/services/network/public/interfaces/url_loader.mojom.dart';
« no previous file with comments | « sky/examples/terminal/terminal_file_impl.dart ('k') | sky/framework/shell.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698