Index: chrome/browser/chromeos/gdata/gdata_file_system.cc |
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.cc b/chrome/browser/chromeos/gdata/gdata_file_system.cc |
index 91e658d689fab4f4297e8f705238b0d5cb357983..e52546500c80ed5edb44b65a8f2b3a1edc4015f1 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_file_system.cc |
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.cc |
@@ -3227,7 +3227,7 @@ void GDataFileSystem::CloseFileOnUIThread( |
} |
// Step 1 of CloseFile: Get resource_id and md5 for |file_path|. |
- GetEntryInfoByPathAsyncOnUIThread( |
+ directory_service_->GetEntryInfoByPath( |
file_path, |
base::Bind(&GDataFileSystem::OnGetEntryInfoCompleteForCloseFile, |
ui_weak_ptr_, |