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..a4c7469538c2b95b55f93588bfde6504c8bfea23 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h |
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h |
@@ -272,6 +272,7 @@ class GDataFileSystem : public GDataFileSystemInterface, |
// 5) Modifies GDataEntry using the new PlatformFileInfo. |
// 6) Commits the modification to the cache system. |
// 7) Invokes the user-supplied |callback|. |
+ // |callback| must not be null. |
void OnGetEntryInfoCompleteForCloseFile( |
const FilePath& file_path, |
const FileOperationCallback& callback, |
@@ -290,7 +291,6 @@ class GDataFileSystem : public GDataFileSystemInterface, |
bool* get_file_info_result, |
const FileOperationCallback& callback); |
void OnGetEntryCompleteForCloseFile( |
- const FilePath& file_path, |
const base::PlatformFileInfo& file_info, |
const FileOperationCallback& callback, |
GDataFileError error, |