Index: chrome/browser/safe_browsing/safe_browsing_database_unittest.cc |
diff --git a/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc b/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc |
index daa0b119c4c84bb44abcd22be72db976afd68af7..a99fde66dffe0747728d0ad95f81da53a86da770 100644 |
--- a/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc |
+++ b/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc |
@@ -1635,7 +1635,7 @@ TEST_F(SafeBrowsingDatabaseTest, EmptyUpdate) { |
// Get an older time to reset the lastmod time for detecting whether |
// the file has been updated. |
- base::PlatformFileInfo before_info, after_info; |
+ base::File::Info before_info, after_info; |
ASSERT_TRUE(base::GetFileInfo(filename, &before_info)); |
const base::Time old_last_modified = |
before_info.last_modified - base::TimeDelta::FromSeconds(10); |