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 adecaaf18cfba1af5af0a72c745e4f979f254131..1545c858693fe769ddd6ef7d8b5ce948efacadbd 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h |
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h |
@@ -740,6 +740,13 @@ class GDataFileSystem : public GDataFileSystemInterface, |
GDataCache::FileOperationType cache_operation, |
const base::Closure& callback); |
+ // Part of CopyOnUIThread(). Called after GetEntryInfoPairByPaths() is |
+ // complete. |
+ void CopyOnUIThreadAfterGetEntryInfoPair( |
+ const FilePath& dest_file_path, |
+ const FileOperationCallback& callback, |
+ scoped_ptr<EntryInfoPairResult> result); |
+ |
// Part of RemoveOnUIThread(). Called after GetEntryInfoByPath() is |
// complete. |
void RemoveOnUIThreadAfterGetEntryInfo( |