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

Unified Diff: mojo/dart/apptest/apptest/apptest.dart

Issue 998933005: Dart: Rename mojo:X -> dart:mojo.X (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: merge 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 | « examples/dart/wget/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: mojo/dart/apptest/apptest/apptest.dart
diff --git a/mojo/dart/apptest/apptest/apptest.dart b/mojo/dart/apptest/apptest/apptest.dart
index a3ae6a9b500edb26980d19cc2ae8a4929b6b3166..a50fde9bbfa37580ed3724aaeefb8323cf02a35a 100644
--- a/mojo/dart/apptest/apptest/apptest.dart
+++ b/mojo/dart/apptest/apptest/apptest.dart
@@ -5,9 +5,9 @@
library apptest;
import 'dart:async';
-import 'mojo:application';
-import 'mojo:bindings';
-import 'mojo:core';
+import 'dart:mojo.application';
+import 'dart:mojo.bindings';
+import 'dart:mojo.core';
// Import and reexport the unittest package. We are a *.dartzip file designed to
// be linked into your_apptest.mojo file and are your main entrypoint.
« no previous file with comments | « examples/dart/wget/main.dart ('k') | mojo/dart/embedder/builtin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698