| Index: chrome/browser/extensions/unpacked_installer.cc
|
| diff --git a/chrome/browser/extensions/unpacked_installer.cc b/chrome/browser/extensions/unpacked_installer.cc
|
| index 964a69ec8c90bf71a15acafb2d1b484c7ead4638..39e55138db46b7926d91f812d3bf83468d779ef9 100644
|
| --- a/chrome/browser/extensions/unpacked_installer.cc
|
| +++ b/chrome/browser/extensions/unpacked_installer.cc
|
| @@ -16,6 +16,7 @@
|
| #include "chrome/common/string_ordinal.h"
|
|
|
| using content::BrowserThread;
|
| +using extensions::Extension;
|
|
|
| namespace {
|
|
|
|
|