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

Unified Diff: sdk/lib/io/io.dart

Issue 2705593002: Fix various nits in VM patch files. (Closed)
Patch Set: Address comments and issues found during testing. Created 3 years, 10 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 | « sdk/lib/io/http_impl.dart ('k') | sdk/lib/io/secure_socket.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/io.dart
diff --git a/sdk/lib/io/io.dart b/sdk/lib/io/io.dart
index 844a38072c29591e7b8a527e62fd9b72b60b95b8..5d94f309bdbe59351e47c4d127bb5b0dcf53f923 100644
--- a/sdk/lib/io/io.dart
+++ b/sdk/lib/io/io.dart
@@ -195,7 +195,7 @@
library dart.io;
import 'dart:async';
-import 'dart:_internal';
+import 'dart:_internal' hide Symbol;
import 'dart:collection' show HashMap,
HashSet,
Queue,
@@ -204,10 +204,11 @@ import 'dart:collection' show HashMap,
LinkedListEntry,
UnmodifiableMapView;
import 'dart:convert';
-import 'dart:developer';
+import 'dart:developer' hide log;
import 'dart:isolate';
import 'dart:math';
import 'dart:typed_data';
+import 'dart:nativewrappers';
part 'bytes_builder.dart';
part 'common.dart';
« no previous file with comments | « sdk/lib/io/http_impl.dart ('k') | sdk/lib/io/secure_socket.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698