| Index: chrome/browser/chromeos/gdata/drive_file_system.h
|
| diff --git a/chrome/browser/chromeos/gdata/drive_file_system.h b/chrome/browser/chromeos/gdata/drive_file_system.h
|
| index 4179dff411cb84423358e9b8bd1427b32ed78f99..05be33ed11ea295ca970bd8223cb97c0dbadd65c 100644
|
| --- a/chrome/browser/chromeos/gdata/drive_file_system.h
|
| +++ b/chrome/browser/chromeos/gdata/drive_file_system.h
|
| @@ -489,7 +489,7 @@ class DriveFileSystem : public DriveFileSystemInterface,
|
|
|
| // Callback for DriveServiceInterface::DeleteDocument. Removes the entry with
|
| // |resource_id| from the local snapshot of the filesystem and the cache.
|
| - // |document_url| is unused. |callback| may be null.
|
| + // |document_url| is unused. |callback| may not be null.
|
| void RemoveResourceLocally(const FileOperationCallback& callback,
|
| const std::string& resource_id,
|
| GDataErrorCode status,
|
| @@ -780,6 +780,7 @@ class DriveFileSystem : public DriveFileSystemInterface,
|
|
|
| // Part of RemoveOnUIThread(). Called after GetEntryInfoByPath() is
|
| // complete.
|
| + // |callback| must not be null.
|
| void RemoveOnUIThreadAfterGetEntryInfo(
|
| const FileOperationCallback& callback,
|
| DriveFileError error,
|
|
|