| Index: chrome/installer/util/product_unittest.h
|
| diff --git a/chrome/installer/util/product_unittest.h b/chrome/installer/util/product_unittest.h
|
| index 167afa9906018f8dd02c7d14f38040229fee6d15..05c903c50dcb40eae7ff44ae32b28e69220f372c 100644
|
| --- a/chrome/installer/util/product_unittest.h
|
| +++ b/chrome/installer/util/product_unittest.h
|
| @@ -9,8 +9,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 "testing/gtest/include/gtest/gtest.h"
|
|
|
| class TestWithTempDir : public testing::Test {
|
| @@ -18,7 +18,7 @@ class TestWithTempDir : public testing::Test {
|
| virtual void SetUp();
|
| virtual void TearDown();
|
|
|
| - ScopedTempDir test_dir_;
|
| + base::ScopedTempDir test_dir_;
|
| };
|
|
|
| class TestWithTempDirAndDeleteTempOverrideKeys : public TestWithTempDir {
|
|
|