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

Unified Diff: services/dart/dart_apptests/pingpong_apptests.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/main.dart ('k') | services/dart/test/echo/main.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/dart_apptests/pingpong_apptests.dart
diff --git a/services/dart/dart_apptests/pingpong_apptests.dart b/services/dart/dart_apptests/pingpong_apptests.dart
index 5e7664dbfda577996b5120491c09a4bcc12b1d67..83e54c2377c163a9d30183d44f07ee24ab263503 100644
--- a/services/dart/dart_apptests/pingpong_apptests.dart
+++ b/services/dart/dart_apptests/pingpong_apptests.dart
@@ -7,10 +7,10 @@ library pingpong_apptests;
import 'dart:async';
import 'package:apptest/apptest.dart';
+import 'package:dart/test/pingpong_service.mojom.dart';
import 'package:mojo/public/dart/application.dart';
import 'package:mojo/public/dart/bindings.dart';
import 'package:mojo/public/dart/core.dart';
-import 'package:services/dart/test/pingpong_service.mojom.dart';
class _TestingPingPongClient extends PingPongClient {
final PingPongClientStub stub;
« no previous file with comments | « services/dart/dart_apptests/main.dart ('k') | services/dart/test/echo/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698