| Index: chrome/browser/chromeos/drive/resource_entry_conversion.h
|
| diff --git a/chrome/browser/chromeos/drive/resource_entry_conversion.h b/chrome/browser/chromeos/drive/resource_entry_conversion.h
|
| index 73fe53cd5b2070480e0f7ff132ae6740d41d1d26..55f762a5d2683a2098b31c286f5678d35e4e1ea3 100644
|
| --- a/chrome/browser/chromeos/drive/resource_entry_conversion.h
|
| +++ b/chrome/browser/chromeos/drive/resource_entry_conversion.h
|
| @@ -39,11 +39,6 @@ bool ConvertToResourceEntry(const google_apis::ResourceEntry& input,
|
| void ConvertResourceEntryToFileInfo(const ResourceEntry& entry,
|
| base::File::Info* file_info);
|
|
|
| -// Converts the platform file info and sets it to the .file_info field of
|
| -// the resource entry.
|
| -void SetPlatformFileInfoToResourceEntry(const base::File::Info& file_info,
|
| - ResourceEntry* entry);
|
| -
|
| } // namespace drive
|
|
|
| #endif // CHROME_BROWSER_CHROMEOS_DRIVE_RESOURCE_ENTRY_CONVERSION_H_
|
|
|