| Index: components/drive/file_system_core_util.h
|
| diff --git a/components/drive/file_system_core_util.h b/components/drive/file_system_core_util.h
|
| index 43bbc743acf7882feffa302c612eee1f46dbfeca..6b1eef1ae9c6737f2d24a261d504ea4845525c90 100644
|
| --- a/components/drive/file_system_core_util.h
|
| +++ b/components/drive/file_system_core_util.h
|
| @@ -42,6 +42,9 @@ const base::FilePath& GetDriveGrandRootPath();
|
| // Returns the path of the directory representing "My Drive".
|
| const base::FilePath& GetDriveMyDriveRootPath();
|
|
|
| +// Returns the path of the directory representing "Team Drives".
|
| +const base::FilePath& GetDriveTeamDrivesRootPath();
|
| +
|
| // Escapes a file name in Drive cache.
|
| // Replaces percent ('%'), period ('.') and slash ('/') with %XX (hex)
|
| std::string EscapeCacheFileName(const std::string& filename);
|
|
|