| Index: chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc
|
| diff --git a/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc b/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc
|
| index 2681513d9d377b6c30fc55703212f94f291f69d5..135de360e541f10c91ace4b717c9650a12292586 100644
|
| --- a/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc
|
| +++ b/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc
|
| @@ -5,8 +5,8 @@
|
| #include "chrome/common/extensions/manifest_tests/extension_manifest_test.h"
|
|
|
| #include "base/command_line.h"
|
| +#include "base/files/scoped_temp_dir.h"
|
| #include "base/json/json_file_value_serializer.h"
|
| -#include "base/scoped_temp_dir.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/extensions/extension_manifest_constants.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -106,7 +106,7 @@ TEST_F(ExtensionManifestTest, CertainApisRequirePlatformApps) {
|
| scoped_ptr<DictionaryValue> manifest(
|
| LoadManifestFile("init_valid_platform_app.json", &error));
|
|
|
| - ScopedTempDir temp_dir;
|
| + base::ScopedTempDir temp_dir;
|
| ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
|
|
|
| // Create each manifest.
|
|
|