Index: chrome/browser/extensions/webstore_installer.h |
diff --git a/chrome/browser/extensions/webstore_installer.h b/chrome/browser/extensions/webstore_installer.h |
index aaf95fbc18bfa620af3e3b0a938b5e5ef99e942c..150ae5138b932af96ca2b31b0832446fb581e78c 100644 |
--- a/chrome/browser/extensions/webstore_installer.h |
+++ b/chrome/browser/extensions/webstore_installer.h |
@@ -57,7 +57,7 @@ class WebstoreInstaller :public content::NotificationObserver, |
// be skipped or modified. If one of these is present, it means that a CRX |
// download was initiated by WebstoreInstaller. The Approval instance should |
// be checked further for additional details. |
- struct Approval : public content::DownloadItem::ExternalData { |
+ struct Approval : public base::SupportsUserData::Data { |
static scoped_ptr<Approval> CreateWithInstallPrompt(Profile* profile); |
static scoped_ptr<Approval> CreateWithNoInstallPrompt( |
Profile* profile, |