| Index: chrome/browser/extensions/api/webstore_private/webstore_private_api.h
|
| diff --git a/chrome/browser/extensions/api/webstore_private/webstore_private_api.h b/chrome/browser/extensions/api/webstore_private/webstore_private_api.h
|
| index 19320bfdeb4710b690d3a82efc642d46b7747677..9608ab89f42252d74b51b3e3f1c62e117d9755fc 100644
|
| --- a/chrome/browser/extensions/api/webstore_private/webstore_private_api.h
|
| +++ b/chrome/browser/extensions/api/webstore_private/webstore_private_api.h
|
| @@ -13,6 +13,7 @@
|
| #include "chrome/browser/extensions/webstore_install_helper.h"
|
| #include "chrome/browser/extensions/webstore_installer.h"
|
| #include "chrome/browser/signin/signin_tracker.h"
|
| +#include "chrome/common/extensions/api/webstore_private.h"
|
| #include "content/public/browser/gpu_data_manager_observer.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| @@ -62,7 +63,7 @@ class WebstorePrivateInstallBundleFunction : public AsyncExtensionFunction,
|
| virtual bool RunImpl() OVERRIDE;
|
|
|
| // Reads the extension |details| into |items|.
|
| - bool ReadBundleInfo(base::ListValue* details,
|
| + bool ReadBundleInfo(api::webstore_private::InstallBundle::Params* details,
|
| extensions::BundleInstaller::ItemList* items);
|
|
|
| private:
|
|
|