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

Unified Diff: chrome/browser/resources/options/browser_options_profile_list.js

Issue 543493002: Compile chrome://settings, part 2: reduce from 950 to 400 errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@F_settings
Patch Set: rebase? rebase! Created 6 years, 3 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
Index: chrome/browser/resources/options/browser_options_profile_list.js
diff --git a/chrome/browser/resources/options/browser_options_profile_list.js b/chrome/browser/resources/options/browser_options_profile_list.js
index 515d38d769738643f68e82bcfad0396ee5048cbf..87542ae06e0a66261f26629376252ad6f9fdb6c5 100644
--- a/chrome/browser/resources/options/browser_options_profile_list.js
+++ b/chrome/browser/resources/options/browser_options_profile_list.js
@@ -11,7 +11,7 @@ cr.define('options.browser_options', function() {
* Creates a new profile list item.
* @param {Object} profileInfo The profile this item represents.
* @constructor
- * @extends {cr.ui.DeletableItem}
+ * @extends {options.DeletableItem}
*/
function ProfileListItem(profileInfo) {
var el = cr.doc.createElement('div');

Powered by Google App Engine
This is Rietveld 408576698