Index: chrome/browser/component_updater/component_updater_service.cc |
diff --git a/chrome/browser/component_updater/component_updater_service.cc b/chrome/browser/component_updater/component_updater_service.cc |
index 99df4d6a80a4732d465347363472068731e837e0..33e08ecd2f1931520fbc53e704c3b5c881e2dc93 100644 |
--- a/chrome/browser/component_updater/component_updater_service.cc |
+++ b/chrome/browser/component_updater/component_updater_service.cc |
@@ -37,6 +37,7 @@ |
using content::BrowserThread; |
using content::UtilityProcessHost; |
using content::UtilityProcessHostClient; |
+using extensions::Extension; |
// The component updater is designed to live until process shutdown, so |
// base::Bind() calls are not refcounted. |