| Index: chrome/browser/chromeos/gdata/gdata_file_system.h
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.h b/chrome/browser/chromeos/gdata/gdata_file_system.h
|
| index bc3d247ff570c0eba4df6cd917542b10ede1e11b..01ddde3264359a8f5ca7dbc14a9bb12a6cf75d13 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_file_system.h
|
| +++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
|
| @@ -111,7 +111,7 @@ class GDataFileSystem : public GDataFileSystemInterface,
|
| const GetEntryInfoCallback& callback) OVERRIDE;
|
| virtual void ReadDirectoryByPath(
|
| const FilePath& file_path,
|
| - const ReadDirectoryCallback& callback) OVERRIDE;
|
| + const ReadDirectoryWithSettingCallback& callback) OVERRIDE;
|
| virtual void RequestDirectoryRefresh(
|
| const FilePath& file_path) OVERRIDE;
|
| virtual void GetAvailableSpace(
|
| @@ -612,7 +612,7 @@ class GDataFileSystem : public GDataFileSystemInterface,
|
| GDataEntry* entry);
|
|
|
| // Called when an entry is found for ReadDirectoryByPath().
|
| - void OnReadDirectory(const ReadDirectoryCallback& callback,
|
| + void OnReadDirectory(const ReadDirectoryWithSettingCallback& callback,
|
| GDataFileError error,
|
| GDataEntry* entry);
|
|
|
| @@ -718,7 +718,7 @@ class GDataFileSystem : public GDataFileSystemInterface,
|
| const GetEntryInfoWithFilePathCallback& callback);
|
| void ReadDirectoryByPathAsyncOnUIThread(
|
| const FilePath& file_path,
|
| - const ReadDirectoryCallback& callback);
|
| + const ReadDirectoryWithSettingCallback& callback);
|
| void RequestDirectoryRefreshOnUIThread(
|
| const FilePath& file_path);
|
| void OnRequestDirectoryRefresh(GetDocumentsParams* params,
|
|
|