| Index: chrome/common/mac/app_mode_chrome_locator_unittest.mm
|
| diff --git a/chrome/common/mac/app_mode_chrome_locator_unittest.mm b/chrome/common/mac/app_mode_chrome_locator_unittest.mm
|
| index 950da7ed29830e3f3aa507c51e7740a16e6e965f..50e98bfce8c2aa7163b5ea57874c1b20ef4be46d 100644
|
| --- a/chrome/common/mac/app_mode_chrome_locator_unittest.mm
|
| +++ b/chrome/common/mac/app_mode_chrome_locator_unittest.mm
|
| @@ -43,7 +43,7 @@ TEST(ChromeLocatorTest, GetNonExistentBundleInfo) {
|
| base::ScopedTempDir temp_dir;
|
| ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
|
|
|
| - string16 raw_version;
|
| + base::string16 raw_version;
|
| base::FilePath version_path;
|
| base::FilePath framework_path;
|
| EXPECT_FALSE(app_mode::GetChromeBundleInfo(temp_dir.path(),
|
| @@ -57,7 +57,7 @@ TEST(ChromeLocatorTest, GetChromeBundleInfo) {
|
| GetChromeBundlePath(&chrome_bundle_path);
|
| ASSERT_TRUE(base::DirectoryExists(chrome_bundle_path));
|
|
|
| - string16 raw_version;
|
| + base::string16 raw_version;
|
| base::FilePath version_path;
|
| base::FilePath framework_path;
|
| EXPECT_TRUE(GetChromeBundleInfo(chrome_bundle_path,
|
|
|