| Index: components/chrome_apps/webstore_widget/cws_widget/cws_webview_client.js
|
| diff --git a/components/chrome_apps/webstore_widget/cws_widget/cws_webview_client.js b/components/chrome_apps/webstore_widget/cws_widget/cws_webview_client.js
|
| index 0cafeab61a005886489ff10946c9469f78a1cbef..3b6e84d815152afd524a8bcb29f5449c9ece4eb0 100644
|
| --- a/components/chrome_apps/webstore_widget/cws_widget/cws_webview_client.js
|
| +++ b/components/chrome_apps/webstore_widget/cws_widget/cws_webview_client.js
|
| @@ -9,14 +9,14 @@
|
| * @param {string} url Share Url for an entry.
|
| * @param {string} target Target (scheme + host + port) of the widget.
|
| * @param {Object<*>} options Options to be sent to the dialog host.
|
| - * @param {!CWSWidgetContainer.PlatformDelegate} delegate Delegate for accessing
|
| + * @param {!CWSWidgetContainerPlatformDelegate} delegate Delegate for accessing
|
| * Chrome platform APIs.
|
| * @constructor
|
| * @extends {cr.EventTarget}
|
| */
|
| function CWSContainerClient(webView, width, height, url, target, options,
|
| delegate) {
|
| - /** @private {!CWSWidgetContainer.PlatformDelegate} */
|
| + /** @private {!CWSWidgetContainerPlatformDelegate} */
|
| this.delegate_ = delegate;
|
| this.webView_ = webView;
|
| this.width_ = width;
|
|
|