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

Unified Diff: utils/tests/template/real_app.dart

Issue 11770004: Rename Date to DateTime. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments and keep Backwards-compatibility class Date. Created 7 years, 11 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 | « utils/tests/pub/yaml_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/template/real_app.dart
diff --git a/utils/tests/template/real_app.dart b/utils/tests/template/real_app.dart
index f7327417087fab4f1d1bdbd70b39d94727a23f03..cd4a8f5b0d57bdeb1a1021ec41768bedd1ce1ca9 100644
--- a/utils/tests/template/real_app.dart
+++ b/utils/tests/template/real_app.dart
@@ -81,7 +81,7 @@ void main() {
sales = [];
divisions.add(new Division("Search", 4, products));
- var header = new Header("Google World Wide", new Date.now());
+ var header = new Header("Google World Wide", new DateTime.now());
var listView = new DivisionSales(divisions);
document.body.elements.add(header.root); // Add top view.
« no previous file with comments | « utils/tests/pub/yaml_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698