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

Unified Diff: services/dart/test/echo/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 | « services/dart/snapshot.dart ('k') | services/dart/test/pingpong/main.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/test/echo/main.dart
diff --git a/services/dart/test/echo/main.dart b/services/dart/test/echo/main.dart
index 010aae5f161d5db25d12850e84c5d041cb4df0db..0d211add5be9693a8b6a2342cb275d461877ddf7 100644
--- a/services/dart/test/echo/main.dart
+++ b/services/dart/test/echo/main.dart
@@ -3,9 +3,9 @@
// found in the LICENSE file.
import 'dart:async';
-import 'dart:mojo_application';
-import 'dart:mojo_bindings';
-import 'dart:mojo_core';
+import 'mojo:application';
+import 'mojo:bindings';
+import 'mojo:core';
import 'package:services/dart/test/echo_service.mojom.dart';
« no previous file with comments | « services/dart/snapshot.dart ('k') | services/dart/test/pingpong/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698