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

Unified Diff: services/dart/test/pingpong/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/test/echo_service.mojom ('k') | services/dart/test/pingpong_service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/test/pingpong/main.dart
diff --git a/services/dart/test/pingpong/main.dart b/services/dart/test/pingpong/main.dart
index 854bfac8ad076f8b2428a52cef5acfe502d8937c..cbf11abb2363b0c37b965675f42bb1e2390493ae 100644
--- a/services/dart/test/pingpong/main.dart
+++ b/services/dart/test/pingpong/main.dart
@@ -8,7 +8,7 @@ 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';
+import 'package:dart/test/pingpong_service.mojom.dart';
class PingPongClientImpl implements PingPongClient {
final PingPongClientStub stub;
« no previous file with comments | « services/dart/test/echo_service.mojom ('k') | services/dart/test/pingpong_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698