| Index: components/drive/file_cache.h
|
| diff --git a/components/drive/file_cache.h b/components/drive/file_cache.h
|
| index 2dad5da4d80cf8bb9f1851e868157aa6d851bbf2..c63756637923ef99e51b0405cc875bbb9c8b0499 100644
|
| --- a/components/drive/file_cache.h
|
| +++ b/components/drive/file_cache.h
|
| @@ -157,12 +157,10 @@
|
| const ResourceMetadataStorage::RecoveredCacheInfoMap&
|
| recovered_cache_info);
|
|
|
| - // Migrates cache files from |from| directory to |to_files| directory with
|
| - // creating links in |to_links| directory if necessary. Returns true for
|
| - // success.
|
| + // Migrates cache files from |from| directory to |to| directory. Returns true
|
| + // for success.
|
| static bool MigrateCacheFiles(const base::FilePath& from,
|
| - const base::FilePath& to_files,
|
| - const base::FilePath& to_links,
|
| + const base::FilePath& to,
|
| ResourceMetadataStorage* metadata_storage);
|
|
|
| private:
|
|
|