| Index: chrome/browser/chromeos/gdata/mock_gdata_file_system.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/gdata/mock_gdata_file_system.h (revision 128807)
|
| +++ chrome/browser/chromeos/gdata/mock_gdata_file_system.h (working copy)
|
| @@ -66,6 +66,7 @@
|
| GDataFileProperties* properties));
|
| MOCK_CONST_METHOD0(GetGDataCacheTmpDirectory, FilePath());
|
| MOCK_CONST_METHOD0(GetGDataTempDownloadFolderPath, FilePath());
|
| + MOCK_CONST_METHOD0(GetGDataTempDocumentFolderPath, FilePath());
|
| MOCK_CONST_METHOD0(GetGDataCachePinnedDirectory, FilePath());
|
| MOCK_CONST_METHOD0(GetGDataCachePersistentDirectory, FilePath());
|
| MOCK_CONST_METHOD4(GetCacheFilePath, FilePath(
|
|
|