| Index: chrome/browser/chromeos/gdata/mock_gdata_file_system.h
|
| diff --git a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
|
| index d91191801631522857ada8334848f36d14896e52..606c77846a501d13bca02c3cc629d7eee279e0c3 100644
|
| --- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
|
| +++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
|
| @@ -51,6 +51,7 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
|
| MOCK_METHOD2(GetFileByResourceId,
|
| void(const std::string& resource_id,
|
| const GetFileCallback& callback));
|
| + MOCK_METHOD0(GetOperationRegistry, GDataOperationRegistry*());
|
| MOCK_METHOD0(GetProgressStatusList,
|
| std::vector<GDataOperationRegistry::ProgressStatus>());
|
| MOCK_METHOD1(CancelOperation, bool(const FilePath& file_path));
|
|
|