| Index: chrome/browser/chromeos/file_system_provider/provided_file_system.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/provided_file_system.h b/chrome/browser/chromeos/file_system_provider/provided_file_system.h
|
| index 230b18c7500ca5c7b56bf6bf830eac6dc73b612e..98a2a3d9e36619c66fbc97d8e1386edb4d800f5d 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/provided_file_system.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/provided_file_system.h
|
| @@ -69,6 +69,10 @@ class ProvidedFileSystem : public ProvidedFileSystemInterface {
|
| virtual void CreateFile(
|
| const base::FilePath& file_path,
|
| const fileapi::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
|
| + virtual void CopyEntry(
|
| + const base::FilePath& source_path,
|
| + const base::FilePath& target_path,
|
| + const fileapi::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
|
| virtual const ProvidedFileSystemInfo& GetFileSystemInfo() const OVERRIDE;
|
| virtual RequestManager* GetRequestManager() OVERRIDE;
|
| virtual base::WeakPtr<ProvidedFileSystemInterface> GetWeakPtr() OVERRIDE;
|
|
|