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

Unified Diff: mojo/dart/embedder/io/mojo_patch.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/builtin.dart ('k') | mojo/dart/embedder/packages.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/io/mojo_patch.dart
diff --git a/mojo/dart/embedder/io/mojo_patch.dart b/mojo/dart/embedder/io/mojo_patch.dart
index 5d440a91b69b164bd9a6b38498f4551815e872d2..4df57926ee6b68184f7eb9bbc7c677a4f150d2f4 100644
--- a/mojo/dart/embedder/io/mojo_patch.dart
+++ b/mojo/dart/embedder/io/mojo_patch.dart
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-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/builtin.dart ('k') | mojo/dart/embedder/packages.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698