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

Unified Diff: google_apis/drive/drive_api_requests_unittest.cc

Issue 2569913003: [base::Time] Follow-up cl: Remove deprecated FromLocalExploded FromUTCExploded (Closed)
Patch Set: rebased Created 4 years 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 | « chromecast/crash/linux/dump_info_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/drive/drive_api_requests_unittest.cc
diff --git a/google_apis/drive/drive_api_requests_unittest.cc b/google_apis/drive/drive_api_requests_unittest.cc
index 5dd94b9c5d6a973e4a2a53277c484c2446f9be96..c4263d994cdf67293787a97eb33dfdaeae556a91 100644
--- a/google_apis/drive/drive_api_requests_unittest.cc
+++ b/google_apis/drive/drive_api_requests_unittest.cc
@@ -640,7 +640,6 @@ TEST_F(DriveApiRequestsTest, FilesPatchRequest) {
request->set_title("new title");
base::Time modified_date_utc;
- base::Time::FromUTCExploded(kLastViewedByMeDate);
ASSERT_TRUE(base::Time::FromUTCExploded(kModifiedDate, &modified_date_utc));
request->set_modified_date(modified_date_utc);
« no previous file with comments | « chromecast/crash/linux/dump_info_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698