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

Unified Diff: utils/template/uitest.dart

Issue 11770004: Rename Date to DateTime. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: utils/template/uitest.dart
diff --git a/utils/template/uitest.dart b/utils/template/uitest.dart
index 96fe49734637961e604b931e26f5d9f69be7be9f..ead7770b9f247299dd0340f7ce8ce7ee9e53b3b3 100644
--- a/utils/template/uitest.dart
+++ b/utils/template/uitest.dart
@@ -324,7 +324,7 @@ template DivisionSales(var divisions) {
</div>
}
-template Header(String company, Date date) {
+template Header(String company, DateTime date) {
css {
.header {
background-color: slateGray;

Powered by Google App Engine
This is Rietveld 408576698