| Index: chrome/browser/chromeos/gdata/gdata_file_system.cc
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.cc b/chrome/browser/chromeos/gdata/gdata_file_system.cc
|
| index cdc50b12b9f183112c312c5df78ec9a8355d289b..61d1296a0bfa8ae5cae3d99e42c55d9f8d35cde8 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_file_system.cc
|
| +++ b/chrome/browser/chromeos/gdata/gdata_file_system.cc
|
| @@ -2139,7 +2139,7 @@ base::PlatformFileError GDataFileSystem::RemoveFileFromGData(
|
| FilePath GDataFileSystem::GetCacheFilePath(const std::string& resource_id,
|
| const std::string& md5,
|
| CacheSubdir subdir_id,
|
| - CachedFileOrigin file_origin) {
|
| + CachedFileOrigin file_origin) const {
|
| DCHECK(subdir_id != CACHE_TYPE_META);
|
| // Runs on any thread.
|
| // Filename is formatted as resource_id.md5, i.e. resource_id is the base
|
|
|