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

Unified Diff: utils/tests/pub/test_pub.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/tests/pub/test_pub.dart
diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart
index 6fe24b5ed93e902cdfededb038587572b2919a73..9f6480350adc325990e3121760b62f3def6de2d5 100644
--- a/utils/tests/pub/test_pub.dart
+++ b/utils/tests/pub/test_pub.dart
@@ -341,7 +341,7 @@ Descriptor credentialsFile(
ScheduledServer server,
String accessToken,
{String refreshToken,
- Date expiration}) {
+ DateTime expiration}) {
return async(server.url.then((url) {
return dir(cachePath, [
file('credentials.json', new oauth2.Credentials(

Powered by Google App Engine
This is Rietveld 408576698