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

Unified Diff: examples/dart/wget/main.dart

Issue 951783004: Dart: Renames dart:mojo_blah -> mojo:blah (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « examples/dart/hello_world/world/main.dart ('k') | mojo/dart/embedder/builtin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/dart/wget/main.dart
diff --git a/examples/dart/wget/main.dart b/examples/dart/wget/main.dart
index 50324f80e463d55cd8332b9fc648ca88a07a03a4..0880492abfd2f767cbf6ad4d2b458bcb6e25f968 100644
--- a/examples/dart/wget/main.dart
+++ b/examples/dart/wget/main.dart
@@ -6,10 +6,10 @@
// mojo_shell "mojo:dart_wget http://www.google.com"
import 'dart:async';
-import 'dart:mojo_application';
-import 'dart:mojo_bindings';
-import 'dart:mojo_core';
import 'dart:typed_data';
+import 'mojo:application';
+import 'mojo:bindings';
+import 'mojo: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 | « examples/dart/hello_world/world/main.dart ('k') | mojo/dart/embedder/builtin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698