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

Unified Diff: samples/third_party/dromaeo/common/common.dart

Issue 23596007: Remove usage of dart:json. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase. Created 7 years, 4 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
Index: samples/third_party/dromaeo/common/common.dart
diff --git a/samples/third_party/dromaeo/common/common.dart b/samples/third_party/dromaeo/common/common.dart
index 036d266b87a203f4a62a943732ece504187a381a..5a33126a6f40cf4b08227b2929352ea97a70f1bf 100644
--- a/samples/third_party/dromaeo/common/common.dart
+++ b/samples/third_party/dromaeo/common/common.dart
@@ -4,7 +4,7 @@
library common;
import 'dart:math' as Math;
-import 'dart:json' as json;
+import "dart:convert";
part 'BenchUtil.dart';
part 'Interval.dart';
part 'Math2.dart';

Powered by Google App Engine
This is Rietveld 408576698