Chromium Code Reviews

Unified Diff: editor/util/plugins/com.google.dart.java2dart/resources/java_core.dart

Issue 16019002: Merge the dart:uri library into dart:core and update the Uri class (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add missing files Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: editor/util/plugins/com.google.dart.java2dart/resources/java_core.dart
diff --git a/editor/util/plugins/com.google.dart.java2dart/resources/java_core.dart b/editor/util/plugins/com.google.dart.java2dart/resources/java_core.dart
index 3bf99ccc92e8e2dec23b8ca7205a89c9f73f075d..4bca3f5e09da36b9688e120f5303ccb801662161 100644
--- a/editor/util/plugins/com.google.dart.java2dart/resources/java_core.dart
+++ b/editor/util/plugins/com.google.dart.java2dart/resources/java_core.dart
@@ -1,7 +1,6 @@
library java.core;
import "dart:math" as math;
-import "dart:uri";
import "dart:collection" show ListBase;
class JavaSystem {

Powered by Google App Engine