| Index: chrome/browser/chromeos/drive/file_system_util.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system_util.cc b/chrome/browser/chromeos/drive/file_system_util.cc
|
| index 3781eef9dda4d184a14c2a9b3eb683cb0e9c8025..1c70e99c4370505c28beeed7513c488f1858c425 100644
|
| --- a/chrome/browser/chromeos/drive/file_system_util.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system_util.cc
|
| @@ -184,7 +184,7 @@ base::FilePath ExtractDrivePath(const base::FilePath& path) {
|
| return base::FilePath();
|
| if (components[1] != FILE_PATH_LITERAL("special"))
|
| return base::FilePath();
|
| - if (!StartsWithASCII(components[2], "drive", true))
|
| + if (!base::StartsWithASCII(components[2], "drive", true))
|
| return base::FilePath();
|
|
|
| base::FilePath drive_path = GetDriveGrandRootPath();
|
|
|