| 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 1e661d2940542951aa3633ba706e1a4530987720..adb80d28d293206d76c7aad582528fabdbe35e1d 100644
|
| --- a/chrome/browser/chromeos/drive/file_system_util.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system_util.cc
|
| @@ -80,7 +80,7 @@ base::FilePath GetDriveMountPointPath(Profile* profile) {
|
| }
|
|
|
| base::FilePath GetDriveMountPointPathForUserIdHash(
|
| - const std::string user_id_hash) {
|
| + const std::string& user_id_hash) {
|
| static const base::FilePath::CharType kSpecialMountPointRoot[] =
|
| FILE_PATH_LITERAL("/special");
|
| static const char kDriveMountPointNameBase[] = "drive";
|
|
|