| Index: chrome/browser/extensions/extension_webstore_private_api.h
|
| diff --git a/chrome/browser/extensions/extension_webstore_private_api.h b/chrome/browser/extensions/extension_webstore_private_api.h
|
| index 912f9d70c7a7cf0dd5f0581092612ba836f1a6c8..4c31ab4f35aef2d811671cc29692f231ebadf886 100644
|
| --- a/chrome/browser/extensions/extension_webstore_private_api.h
|
| +++ b/chrome/browser/extensions/extension_webstore_private_api.h
|
| @@ -145,7 +145,7 @@ class BeginInstallWithManifestFunction
|
|
|
| // A dummy Extension object we create for the purposes of using
|
| // ExtensionInstallUI to prompt for confirmation of the install.
|
| - scoped_refptr<Extension> dummy_extension_;
|
| + scoped_refptr<extensions::Extension> dummy_extension_;
|
|
|
| // The class that displays the install prompt.
|
| scoped_ptr<ExtensionInstallUI> install_ui_;
|
|
|