| Index: chrome/browser/extensions/sandboxed_unpacker.h
|
| diff --git a/chrome/browser/extensions/sandboxed_unpacker.h b/chrome/browser/extensions/sandboxed_unpacker.h
|
| index 22abb5f99046022777e64d3bf6d1d2ad13116f0f..14f2aace4f055c8150d45d7ee619ca486260a9f2 100644
|
| --- a/chrome/browser/extensions/sandboxed_unpacker.h
|
| +++ b/chrome/browser/extensions/sandboxed_unpacker.h
|
| @@ -8,8 +8,8 @@
|
| #include <string>
|
|
|
| #include "base/file_path.h"
|
| +#include "base/files/scoped_temp_dir.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/scoped_temp_dir.h"
|
| #include "chrome/common/extensions/extension.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/utility_process_host_client.h"
|
| @@ -203,7 +203,7 @@ class SandboxedUnpacker : public content::UtilityProcessHostClient {
|
| FilePath extensions_dir_;
|
|
|
| // A temporary directory to use for unpacking.
|
| - ScopedTempDir temp_dir_;
|
| + base::ScopedTempDir temp_dir_;
|
|
|
| // The root directory of the unpacked extension. This is a child of temp_dir_.
|
| FilePath extension_root_;
|
|
|