| Index: chrome/browser/download/base_file_unittest.cc
|
| diff --git a/chrome/browser/download/base_file_unittest.cc b/chrome/browser/download/base_file_unittest.cc
|
| index 5f734be739dd9681fa5f19ca91317b84ea0afbb7..f8da90b32c237fe351f364a2cf02dc35dd5122d3 100644
|
| --- a/chrome/browser/download/base_file_unittest.cc
|
| +++ b/chrome/browser/download/base_file_unittest.cc
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/file_util.h"
|
| -#include "base/memory/scoped_temp_dir.h"
|
| #include "base/message_loop.h"
|
| +#include "base/scoped_temp_dir.h"
|
| #include "base/string_number_conversions.h"
|
| #include "chrome/browser/download/base_file.h"
|
| #include "content/browser/browser_thread.h"
|
|
|