Index: chrome/browser/chromeos/gdata/gdata_file_system_interface.h |
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_interface.h b/chrome/browser/chromeos/gdata/gdata_file_system_interface.h |
index 339f96b02518a3d188b474d61bb2aea71dcec4c9..16acbbc13489d154cdd65615db82338e234af213 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_file_system_interface.h |
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_interface.h |
@@ -220,6 +220,7 @@ class GDataFileSystemInterface { |
// of the file system. |
// |
// Can be called from UI/IO thread. |callback| is run on the calling thread. |
+ // |callback| must not be null. |
virtual void Move(const FilePath& src_file_path, |
const FilePath& dest_file_path, |
const FileOperationCallback& callback) = 0; |