| Index: chrome/browser/resources/options/confirm_dialog.js
|
| diff --git a/chrome/browser/resources/options/confirm_dialog.js b/chrome/browser/resources/options/confirm_dialog.js
|
| index ab80f53553b802a9e8a7d2a3916c54c8ed59a0a9..cbce2751163a599b408ad75f71b1f3ad68f71ba1 100644
|
| --- a/chrome/browser/resources/options/confirm_dialog.js
|
| +++ b/chrome/browser/resources/options/confirm_dialog.js
|
| @@ -22,7 +22,7 @@ cr.define('options', function() {
|
| * confirmed the dialog before. This ensures that the user is presented
|
| * with the dialog only once. If left |undefined| or |null|, the dialog
|
| * will pop up every time the user attempts to set |pref| to |true|.
|
| - * @extends {SettingsDialog}
|
| + * @extends {options.SettingsDialog}
|
| */
|
| function ConfirmDialog(name, title, pageDivName, okButton, cancelButton, pref,
|
| metric, confirmed_pref) {
|
|
|