Index: chrome/browser/chromeos/gdata/gdata_file_system.h |
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.h b/chrome/browser/chromeos/gdata/gdata_file_system.h |
index 4e8dd920ea4e3044e5959bf36a7367cd8111ff83..e07dff64ca18f4aaa6b5825013190975470a1eda 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h |
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h |
@@ -223,12 +223,13 @@ class GDataFileSystem : public GDataFileSystemInterface, |
// with the cases when an entry already existed at the path. If there was no |
// entry, a new empty file is uploaded, and when it finishes |
// DidUploadForCreateBrandNewFile does the final clean up. |
+ // |callback| must not be null. |
void OnGetEntryInfoForCreateFile( |
const FilePath& file_path, |
bool is_exclusive, |
const FileOperationCallback& callback, |
GDataFileError result, |
- GDataEntry* entry); |
+ scoped_ptr<GDataEntryProto> entry_proto); |
void DoUploadForCreateBrandNewFile( |
const FilePath& remote_path, |
FilePath* local_path, |