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

Unified Diff: mojo/dart/embedder/packages.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 | « mojo/dart/embedder/io/mojo_patch.dart ('k') | mojo/dart/embedder/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/packages.dart
diff --git a/mojo/dart/embedder/packages.dart b/mojo/dart/embedder/packages.dart
index c522640a6e1b760109558523a888076797a93f96..65071bb9361b16d76172ecda9aa4c924a0c06ece 100644
--- a/mojo/dart/embedder/packages.dart
+++ b/mojo/dart/embedder/packages.dart
@@ -15,9 +15,9 @@ library dart_embedder_packages;
// DO NOT export anything from this library.
-import 'dart:_mojo/public/dart/application.dart';
-import 'dart:_mojo/public/dart/bindings.dart';
-import 'dart:_mojo/public/dart/core.dart';
+import 'dart:_mojo/application.dart';
+import 'dart:_mojo/bindings.dart';
+import 'dart:_mojo/core.dart';
import 'dart:_mojom/mojo/net_address.mojom.dart';
import 'dart:_mojom/mojo/network_error.mojom.dart';
import 'dart:_mojom/mojo/network_service.mojom.dart';
« no previous file with comments | « mojo/dart/embedder/io/mojo_patch.dart ('k') | mojo/dart/embedder/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698