| 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 ffc91817fdad2eaefaf62ef4866206d6a2b4d1a3..e14b665814a05f4ab33a291128cffb38a55d555f 100644
|
| --- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
|
| +++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
|
| @@ -88,7 +88,7 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
|
| const FilePath& file,
|
| scoped_ptr<DocumentEntry> entry,
|
| const FilePath& file_content_path,
|
| - GDataCache::FileOperationType cache_operation,
|
| + DriveCache::FileOperationType cache_operation,
|
| const base::Closure& callback) OVERRIDE {}
|
| // This function is not mockable by gmock because scoped_ptr is not supported.
|
| virtual void UpdateEntryData(const std::string& resource_id,
|
|
|