diff options
Diffstat (limited to 'chrome/browser/extensions/webstore_inline_installer.h')
-rw-r--r-- | chrome/browser/extensions/webstore_inline_installer.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/browser/extensions/webstore_inline_installer.h b/chrome/browser/extensions/webstore_inline_installer.h index 9a8cd60..bd35456 100644 --- a/chrome/browser/extensions/webstore_inline_installer.h +++ b/chrome/browser/extensions/webstore_inline_installer.h @@ -21,6 +21,10 @@ class SafeWebstoreResponseParser; +namespace extensions { +class Extension; +} + // Manages inline installs requested by a page (downloads and parses metadata // from the webstore, shows the install UI, starts the download once the user // confirms). Clients must implement the WebstoreInlineInstaller::Delegate @@ -127,7 +131,7 @@ class WebstoreInlineInstaller int rating_count_; scoped_ptr<DictionaryValue> webstore_data_; scoped_ptr<DictionaryValue> manifest_; - scoped_refptr<Extension> dummy_extension_; + scoped_refptr<extensions::Extension> dummy_extension_; SkBitmap icon_; DISALLOW_IMPLICIT_CONSTRUCTORS(WebstoreInlineInstaller); |