Index: chrome/browser/extensions/sandboxed_unpacker.cc |
diff --git a/chrome/browser/extensions/sandboxed_unpacker.cc b/chrome/browser/extensions/sandboxed_unpacker.cc |
index 5f3fcc4ac1a1accc8690b40caf6d7cbfed6b7fc0..0171b7cc54671bb2c405206f7a2a7214006999c5 100644 |
--- a/chrome/browser/extensions/sandboxed_unpacker.cc |
+++ b/chrome/browser/extensions/sandboxed_unpacker.cc |
@@ -23,6 +23,7 @@ |
#include "chrome/common/chrome_paths.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/chrome_utility_messages.h" |
+#include "chrome/common/extensions/extension.h" |
#include "chrome/common/extensions/extension_manifest_constants.h" |
#include "chrome/common/extensions/extension_file_util.h" |
#include "chrome/common/extensions/extension_l10n_util.h" |
@@ -175,7 +176,7 @@ namespace extensions { |
SandboxedUnpacker::SandboxedUnpacker( |
const FilePath& crx_path, |
bool run_out_of_process, |
- Extension::Location location, |
+ Manifest::Location location, |
int creation_flags, |
const FilePath& extensions_dir, |
base::SequencedTaskRunner* unpacker_io_task_runner, |