| Index: base/win/shortcut_unittest.cc
|
| diff --git a/base/win/shortcut_unittest.cc b/base/win/shortcut_unittest.cc
|
| index e13bc28cb52021d61df73691027dd678a671c6b2..26b22bef64e8ee5f81cfb437188d866bdf8a2c5a 100644
|
| --- a/base/win/shortcut_unittest.cc
|
| +++ b/base/win/shortcut_unittest.cc
|
| @@ -8,7 +8,7 @@
|
|
|
| #include "base/file_path.h"
|
| #include "base/file_util.h"
|
| -#include "base/scoped_temp_dir.h"
|
| +#include "base/files/scoped_temp_dir.h"
|
| #include "base/test/test_file_util.h"
|
| #include "base/test/test_shortcut_win.h"
|
| #include "base/win/scoped_com_initializer.h"
|
| @@ -62,8 +62,8 @@ class ShortcutTest : public testing::Test {
|
| }
|
|
|
| base::win::ScopedCOMInitializer com_initializer_;
|
| - ScopedTempDir temp_dir_;
|
| - ScopedTempDir temp_dir_2_;
|
| + base::ScopedTempDir temp_dir_;
|
| + base::ScopedTempDir temp_dir_2_;
|
|
|
| // The link file to be created/updated in the shortcut tests below.
|
| FilePath link_file_;
|
|
|