| 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 b54fee7553878c14e7cb909c54759dd2b1793629..2713ddca7ffba05af36eb0ea7696404c115cfc46 100644
|
| --- a/chrome/common/mac/app_mode_chrome_locator_unittest.mm
|
| +++ b/chrome/common/mac/app_mode_chrome_locator_unittest.mm
|
| @@ -8,8 +8,8 @@
|
|
|
| #include "base/file_path.h"
|
| #include "base/file_util.h"
|
| +#include "base/files/scoped_temp_dir.h"
|
| #include "base/path_service.h"
|
| -#include "base/scoped_temp_dir.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -40,7 +40,7 @@ TEST(ChromeLocatorTest, FindNonExistentBundle) {
|
| }
|
|
|
| TEST(ChromeLocatorTest, GetNonExistentBundleInfo) {
|
| - ScopedTempDir temp_dir;
|
| + base::ScopedTempDir temp_dir;
|
| ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
|
|
|
| string16 raw_version;
|
|
|