Index: chrome/browser/chromeos/drive/file_system.cc |
diff --git a/chrome/browser/chromeos/drive/file_system.cc b/chrome/browser/chromeos/drive/file_system.cc |
index 598a37598fa0cac827c20eb436724c9691b9aa42..eb3069ea63e7ca31076874978a8a28d4fcbbb6e1 100644 |
--- a/chrome/browser/chromeos/drive/file_system.cc |
+++ b/chrome/browser/chromeos/drive/file_system.cc |
@@ -81,7 +81,6 @@ FileError GetLocallyStoredResourceEntry( |
if (!base::GetFileInfo(local_cache_path, &file_info)) |
return FILE_ERROR_NOT_FOUND; |
- // TODO(hashimoto): crbug.com/346625. Also reflect timestamps. |
entry->mutable_file_info()->set_size(file_info.size); |
return FILE_ERROR_OK; |
} |