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

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

Issue 1132063007: Rationalize Dart mojo and sky package structure (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 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/pubspec.yaml ('k') | services/dart/test/echo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/dart_apptests/versioning_apptests.dart
diff --git a/services/dart/dart_apptests/versioning_apptests.dart b/services/dart/dart_apptests/versioning_apptests.dart
index 4365cb3f8d3ceb961a82cd30ab8011845aea4da1..3d20cec42ac4fb9021b9d0b149bdefbd9c1c07f0 100644
--- a/services/dart/dart_apptests/versioning_apptests.dart
+++ b/services/dart/dart_apptests/versioning_apptests.dart
@@ -7,9 +7,9 @@ library versioning_apptests;
import 'dart:async';
import 'package:apptest/apptest.dart';
-import 'package:mojo/public/dart/application.dart';
-import 'package:mojo/public/dart/bindings.dart';
-import 'package:mojo/public/dart/core.dart';
+import 'package:mojo/application.dart';
+import 'package:mojo/bindings.dart';
+import 'package:mojo/core.dart';
import 'package:mojom/mojo/test/versioning/versioning_test_client.mojom.dart';
tests(Application application, String url) {
« no previous file with comments | « services/dart/dart_apptests/pubspec.yaml ('k') | services/dart/test/echo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698