Index: chrome/browser/extensions/sandboxed_unpacker_unittest.cc |
diff --git a/chrome/browser/extensions/sandboxed_unpacker_unittest.cc b/chrome/browser/extensions/sandboxed_unpacker_unittest.cc |
index 468916e32d6708944d6041a91256852cfafa0721..df63f7b24684a5e7f8b64c09dcb888a1e07e9455 100644 |
--- a/chrome/browser/extensions/sandboxed_unpacker_unittest.cc |
+++ b/chrome/browser/extensions/sandboxed_unpacker_unittest.cc |
@@ -96,7 +96,7 @@ class SandboxedUnpackerTest : public testing::Test { |
", Crx path: " << crx_path.value(); |
unpacker_.reset(new Unpacker( |
- crx_path, std::string(), Extension::INTERNAL, Extension::NO_FLAGS)); |
+ crx_path, std::string(), Manifest::INTERNAL, Extension::NO_FLAGS)); |
// Build a temp area where the extension will be unpacked. |
temp_path_ = |
@@ -105,7 +105,7 @@ class SandboxedUnpackerTest : public testing::Test { |
sandboxed_unpacker_ = |
new SandboxedUnpacker( |
- crx_path, false, Extension::INTERNAL, Extension::NO_FLAGS, |
+ crx_path, false, Manifest::INTERNAL, Extension::NO_FLAGS, |
extensions_dir_.path(), |
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE), |
client_); |