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 1ab1f5677325110cb5fb661ae01ff6734ee52222..3fd33c2f07604ec061c83692f9baa2a73c4b6fe6 100644 |
--- a/chrome/browser/extensions/sandboxed_unpacker_unittest.cc |
+++ b/chrome/browser/extensions/sandboxed_unpacker_unittest.cc |
@@ -95,7 +95,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_ = |
@@ -104,7 +104,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_); |