| Index: chrome/browser/extensions/webstore_installer.cc
|
| diff --git a/chrome/browser/extensions/webstore_installer.cc b/chrome/browser/extensions/webstore_installer.cc
|
| index b43c2c39ce5b38e13165be6f4d43c41c15cbc9fc..9b221336795426f374b975d4f91bf42156121f7a 100644
|
| --- a/chrome/browser/extensions/webstore_installer.cc
|
| +++ b/chrome/browser/extensions/webstore_installer.cc
|
| @@ -46,6 +46,8 @@ using content::DownloadUrlParameters;
|
|
|
| namespace {
|
|
|
| +using extensions::Extension;
|
| +
|
| // Key used to attach the Approval to the DownloadItem.
|
| const char kApprovalKey[] = "extensions.webstore_installer";
|
|
|
|
|