| Index: chrome/browser/chromeos/drive/drive_file_system_util.h
|
| diff --git a/chrome/browser/chromeos/drive/drive_file_system_util.h b/chrome/browser/chromeos/drive/drive_file_system_util.h
|
| index 0255908486f9e9245b32e316bdb6d075f5dc73f3..52e5f452eae2ac8b0cb02ffdd527413d87c2987b 100644
|
| --- a/chrome/browser/chromeos/drive/drive_file_system_util.h
|
| +++ b/chrome/browser/chromeos/drive/drive_file_system_util.h
|
| @@ -59,10 +59,8 @@ const base::FilePath::CharType kDriveMyDriveRootDirName[] =
|
| const base::FilePath::CharType kDriveOtherDirName[] =
|
| FILE_PATH_LITERAL("other");
|
|
|
| -// TODO(haruki): Change this to "drive/root" in order to use separate namespace.
|
| -// http://crbug.com/174233
|
| const base::FilePath::CharType kDriveMyDriveRootPath[] =
|
| - FILE_PATH_LITERAL("drive");
|
| + FILE_PATH_LITERAL("drive/root");
|
|
|
| const base::FilePath::CharType kDriveOtherDirPath[] =
|
| FILE_PATH_LITERAL("drive/other");
|
|
|