| Index: chrome/common/extensions/unpacker_unittest.cc
|
| diff --git a/chrome/common/extensions/unpacker_unittest.cc b/chrome/common/extensions/unpacker_unittest.cc
|
| index 5f69ebbde2f2b65fc63574decd1fe1083def3ace..bbb8b55a6a6a88dbf524cb883e09008b860eaf6d 100644
|
| --- a/chrome/common/extensions/unpacker_unittest.cc
|
| +++ b/chrome/common/extensions/unpacker_unittest.cc
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/file_util.h"
|
| +#include "base/files/scoped_temp_dir.h"
|
| #include "base/path_service.h"
|
| -#include "base/scoped_temp_dir.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| @@ -53,7 +53,7 @@ public:
|
| }
|
|
|
| protected:
|
| - ScopedTempDir temp_dir_;
|
| + base::ScopedTempDir temp_dir_;
|
| scoped_ptr<Unpacker> unpacker_;
|
| };
|
|
|
|
|