| 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 4078b77ea3d384de72ee1184408e9740a8a35240..66d3de4af0d41d5b77e0608d111281608b39001d 100644
|
| --- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
|
| +++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
|
| @@ -78,7 +78,7 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
|
| const GetEntryInfoCallback& callback));
|
| MOCK_METHOD2(ReadDirectoryByPath,
|
| void(const FilePath& file_path,
|
| - const ReadDirectoryCallback& callback));
|
| + const ReadDirectoryWithSettingCallback& callback));
|
| MOCK_METHOD1(RequestDirectoryRefresh,
|
| void(const FilePath& file_path));
|
| MOCK_METHOD1(GetAvailableSpace,
|
|
|