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 987eb8b731faefda7766e3ba0e441f9e15230389..0a01f70a013979bf983150cf8b834cb98691a344 100644 |
--- a/chrome/browser/extensions/sandboxed_extension_unpacker.cc |
+++ b/chrome/browser/extensions/sandboxed_extension_unpacker.cc |
@@ -33,6 +33,8 @@ |
#include "ui/base/l10n/l10n_util.h" |
#include "ui/gfx/codec/png_codec.h" |
+using content::BrowserThread; |
+ |
// The following macro makes histograms that record the length of paths |
// in this file much easier to read. |
// Windows has a short max path length. If the path length to a |