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

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: 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
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;
« no previous file with comments | « tools/dom/templates/html/impl/impl_HTMLInputElement.darttemplate ('k') | utils/testrunner/layout_test_controller.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698