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

Unified Diff: services/dart/dart_apptests/echo_apptests.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 | « services/dart/BUILD.gn ('k') | services/dart/dart_apptests/pingpong_apptests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/dart_apptests/echo_apptests.dart
diff --git a/services/dart/dart_apptests/echo_apptests.dart b/services/dart/dart_apptests/echo_apptests.dart
index 8fd655b3af65b83c833bba5f404ab308435ccf36..f01cdc1dbfde050f501f41613eb29a5aa08edcf9 100644
--- a/services/dart/dart_apptests/echo_apptests.dart
+++ b/services/dart/dart_apptests/echo_apptests.dart
@@ -5,9 +5,9 @@
library echo_apptests;
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 'package:apptest/apptest.dart';
import 'package:services/dart/test/echo_service.mojom.dart';
« no previous file with comments | « services/dart/BUILD.gn ('k') | services/dart/dart_apptests/pingpong_apptests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698