| Index: chrome/browser/chromeos/drive/file_system_util_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system_util_unittest.cc b/chrome/browser/chromeos/drive/file_system_util_unittest.cc
|
| index a85359a0e53dce076935783e3123f610fc3776b2..29333b8b74801d174878264a6cd6af820dd694cd 100644
|
| --- a/chrome/browser/chromeos/drive/file_system_util_unittest.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system_util_unittest.cc
|
| @@ -39,7 +39,7 @@ TEST(FileSystemUtilTest, FilePathToDriveURL) {
|
| EXPECT_EQ(path, DriveURLToFilePath(FilePathToDriveURL(path)));
|
|
|
| // Path with multi byte characters.
|
| - string16 utf16_string;
|
| + base::string16 utf16_string;
|
| utf16_string.push_back(0x307b); // HIRAGANA_LETTER_HO
|
| utf16_string.push_back(0x3052); // HIRAGANA_LETTER_GE
|
| path = GetDriveMyDriveRootPath().Append(
|
|
|