Index: chrome/browser/component_updater/component_unpacker.cc |
diff --git a/chrome/browser/component_updater/component_unpacker.cc b/chrome/browser/component_updater/component_unpacker.cc |
index a15d13aa7458d074d83dfa827561632c8ccf84a9..ec697acd275efc665358fc031bf59d1ca04de108 100644 |
--- a/chrome/browser/component_updater/component_unpacker.cc |
+++ b/chrome/browser/component_updater/component_unpacker.cc |
@@ -20,6 +20,7 @@ |
#include "crypto/signature_verifier.h" |
using crypto::SecureHash; |
+using extensions::Extension; |
namespace { |
// This class makes sure that the CRX digital signature is valid |