| Index: chrome/browser/chromeos/drive/fake_drive_file_system.h
|
| diff --git a/chrome/browser/chromeos/drive/fake_drive_file_system.h b/chrome/browser/chromeos/drive/fake_drive_file_system.h
|
| index 1a837829c86e1552938539a7008dd42bdb9c5568..7158fb1ba524901208c8c782c9760e91f408c387 100644
|
| --- a/chrome/browser/chromeos/drive/fake_drive_file_system.h
|
| +++ b/chrome/browser/chromeos/drive/fake_drive_file_system.h
|
| @@ -77,6 +77,10 @@ class FakeDriveFileSystem : public DriveFileSystemInterface {
|
| virtual void CreateFile(const base::FilePath& file_path,
|
| bool is_exclusive,
|
| const FileOperationCallback& callback) OVERRIDE;
|
| + virtual void Pin(const base::FilePath& file_path,
|
| + const FileOperationCallback& callback) OVERRIDE;
|
| + virtual void Unpin(const base::FilePath& file_path,
|
| + const FileOperationCallback& callback) OVERRIDE;
|
| virtual void GetFileByPath(const base::FilePath& file_path,
|
| const GetFileCallback& callback) OVERRIDE;
|
| virtual void GetFileByResourceId(
|
|
|