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

Unified Diff: services/dart/dart_apptests/main.dart

Issue 1071693003: Uses mojom module names as Dart's package: import URI (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Merge Created 5 years, 8 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/dart_apptests/echo_apptests.dart ('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/main.dart
diff --git a/services/dart/dart_apptests/main.dart b/services/dart/dart_apptests/main.dart
index 710d9d00e649674731ed58ea6c8d26426994e3b0..eb739866ff9125cd890bb883f879ab01e999e24b 100644
--- a/services/dart/dart_apptests/main.dart
+++ b/services/dart/dart_apptests/main.dart
@@ -3,7 +3,7 @@
// found in the LICENSE file.
import 'package:apptest/apptest.dart';
-import 'package:services/dart/test/echo_service.mojom.dart';
+import 'package:dart/test/echo_service.mojom.dart';
import 'echo_apptests.dart' as echo;
import 'pingpong_apptests.dart' as pingpong;
« no previous file with comments | « services/dart/dart_apptests/echo_apptests.dart ('k') | services/dart/dart_apptests/pingpong_apptests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698