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

Unified Diff: lib/convert/convert_patch.dart

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 years, 1 month 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
Index: lib/convert/convert_patch.dart
diff --git a/lib/convert/convert_patch.dart b/lib/convert/convert_patch.dart
index f4708f4355176e59b04973e6711c33a3b6db27b9..5c81ae00c86d971b52e689364c144234bff3934f 100644
--- a/lib/convert/convert_patch.dart
+++ b/lib/convert/convert_patch.dart
@@ -3,8 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
import "dart:_internal" show POWERS_OF_TEN;
-
-const patch = "patch";
+import 'dart:fletch._system' show patch;
// JSON conversion.

Powered by Google App Engine
This is Rietveld 408576698