Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4291)

Unified Diff: chrome/browser/resources/md_bookmarks/app.js

Issue 2619183002: [MD Bookmarks] Fix Closure Problem. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_bookmarks/app.js
diff --git a/chrome/browser/resources/md_bookmarks/app.js b/chrome/browser/resources/md_bookmarks/app.js
index 0d79074a5202a434071f6d0b429f198882e86a21..9ffe45ef5614c38f66f68b1ca47cf9a04b7c4179 100644
--- a/chrome/browser/resources/md_bookmarks/app.js
+++ b/chrome/browser/resources/md_bookmarks/app.js
@@ -17,7 +17,7 @@ Polymer({
/** @override */
attached: function() {
- /** @type {BookmarksStoreElement} */ (this.$$('bookmarks-store'))
+ /** @type {BookmarksStore} */ (this.$$('bookmarks-store'))
.initializeStore();
},
});
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698