| Index: chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc
|
| index fd04fc07b3985d75ac3263828dd1936a867c0189..1c837aae908142eaf7633514d358d6952868dd6e 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc
|
| +++ b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc
|
| @@ -192,7 +192,8 @@ void GDataFileSystemProxy::CreateSnapshotFile(
|
|
|
|
|
| base::PlatformFileInfo file_info;
|
| - if (!file_system_->GetFileInfoFromPath(file_path, &file_info)) {
|
| + if (!file_system_->GetFileInfoFromPath(file_path,
|
| + &file_info, NULL, NULL, NULL)) {
|
| MessageLoopProxy::current()->PostTask(FROM_HERE,
|
| base::Bind(callback,
|
| base::PLATFORM_FILE_ERROR_NOT_FOUND,
|
|
|