| Index: components/chrome_apps/webstore_widget/cws_widget/app_installer.js
|
| diff --git a/components/chrome_apps/webstore_widget/cws_widget/app_installer.js b/components/chrome_apps/webstore_widget/cws_widget/app_installer.js
|
| index 2eb321665b49babed3611c959f8a05151aa50d26..5179345fadff891785b4840704af259e57e7dc55 100644
|
| --- a/components/chrome_apps/webstore_widget/cws_widget/app_installer.js
|
| +++ b/components/chrome_apps/webstore_widget/cws_widget/app_installer.js
|
| @@ -6,13 +6,13 @@
|
| * Manage the installation of apps.
|
| *
|
| * @param {string} itemId Item id to be installed.
|
| - * @param {!CWSWidgetContainer.PlatformDelegate} delegate Delegate for accessing
|
| + * @param {!CWSWidgetContainerPlatformDelegate} delegate Delegate for accessing
|
| * Chrome platform APIs.
|
| * @constructor
|
| * @struct
|
| */
|
| function AppInstaller(itemId, delegate) {
|
| - /** @private {!CWSWidgetContainer.PlatformDelegate} */
|
| + /** @private {!CWSWidgetContainerPlatformDelegate} */
|
| this.delegate_ = delegate;
|
| this.itemId_ = itemId;
|
| this.callback_ = null;
|
|
|