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

Unified Diff: chrome/browser/resources/options/autofill_edit_address_overlay.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/autofill_edit_address_overlay.js
diff --git a/chrome/browser/resources/options/autofill_edit_address_overlay.js b/chrome/browser/resources/options/autofill_edit_address_overlay.js
index 2ecbea3604296ec321e89454d6e07f285523dfe4..f81bb94a4efa64eaab9d192659f72785104d255e 100644
--- a/chrome/browser/resources/options/autofill_edit_address_overlay.js
+++ b/chrome/browser/resources/options/autofill_edit_address_overlay.js
@@ -10,7 +10,8 @@ cr.define('options', function() {
/**
* AutofillEditAddressOverlay class
* Encapsulated handling of the 'Add Page' overlay page.
- * @class
+ * @constructor
+ * @extends {cr.ui.pageManager.Page}
*/
function AutofillEditAddressOverlay() {
Page.call(this, 'autofillEditAddress',
@@ -206,7 +207,7 @@ cr.define('options', function() {
/**
* Sets the value of each input field according to |address|.
- * @param {object} address The object with values to use.
+ * @param {Object} address The object with values to use.
* @private
*/
setInputFields_: function(address) {

Powered by Google App Engine
This is Rietveld 408576698