Index: chrome/browser/extensions/sandboxed_extension_unpacker.cc |
diff --git a/chrome/browser/extensions/sandboxed_extension_unpacker.cc b/chrome/browser/extensions/sandboxed_extension_unpacker.cc |
index 52cbebfeab4a19910266be5f067d0ad9085da6a9..a919450885939e9733696df05c3bc4d1f1982e5c 100644 |
--- a/chrome/browser/extensions/sandboxed_extension_unpacker.cc |
+++ b/chrome/browser/extensions/sandboxed_extension_unpacker.cc |
@@ -34,6 +34,7 @@ |
using content::BrowserThread; |
using content::UtilityProcessHost; |
+using extensions::Extension; |
// The following macro makes histograms that record the length of paths |
// in this file much easier to read. |