| Index: components/chrome_apps/webstore_widget/app/main.js
|
| diff --git a/components/chrome_apps/webstore_widget/app/main.js b/components/chrome_apps/webstore_widget/app/main.js
|
| index 4d8f22674098839d27372931d2837cbd603dae2d..d52f85bfabbfdd12aab55395d68514406b2d3b05 100644
|
| --- a/components/chrome_apps/webstore_widget/app/main.js
|
| +++ b/components/chrome_apps/webstore_widget/app/main.js
|
| @@ -54,7 +54,7 @@ function getString(id) {
|
|
|
| /**
|
| * @param {Object<string>} strings Localized strings used by the container.
|
| - * @return {!CWSWidgetContainer.PlatformDelegate}
|
| + * @return {!CWSWidgetContainerPlatformDelegate}
|
| */
|
| function createPlatformDelegate(strings) {
|
| return {
|
| @@ -208,7 +208,7 @@ window.addEventListener('DOMContentLoaded', function() {
|
| return;
|
| }
|
|
|
| - /** @type {!CWSWidgetContainer.PlatformDelegate} */
|
| + /** @type {!CWSWidgetContainerPlatformDelegate} */
|
| var platformDelegate = createPlatformDelegate(strings);
|
|
|
| var root = $('widget-container-root');
|
|
|