| Index: chrome/installer/util/move_tree_work_item_unittest.cc
|
| diff --git a/chrome/installer/util/move_tree_work_item_unittest.cc b/chrome/installer/util/move_tree_work_item_unittest.cc
|
| index ebe47d20c724672934cfdad844280da8ff161b4c..9b1e93b08cf2f9627f97809c49aba912c826b970 100644
|
| --- a/chrome/installer/util/move_tree_work_item_unittest.cc
|
| +++ b/chrome/installer/util/move_tree_work_item_unittest.cc
|
| @@ -25,8 +25,8 @@ class MoveTreeWorkItemTest : public testing::Test {
|
| ASSERT_TRUE(temp_to_dir_.CreateUniqueTempDir());
|
| }
|
|
|
| - ScopedTempDir temp_from_dir_;
|
| - ScopedTempDir temp_to_dir_;
|
| + base::ScopedTempDir temp_from_dir_;
|
| + base::ScopedTempDir temp_to_dir_;
|
| };
|
|
|
| // Simple function to dump some text into a new file.
|
|
|