| Index: chrome/browser/resources/options/chromeos/third_party_ime_confirm_overlay.js
|
| diff --git a/chrome/browser/resources/options/chromeos/third_party_ime_confirm_overlay.js b/chrome/browser/resources/options/chromeos/third_party_ime_confirm_overlay.js
|
| index 0494d6b116f86cc5debe3949409bb176efe4d9a8..7b8aac549c15a0a67f212b37396669a6f5b1985b 100644
|
| --- a/chrome/browser/resources/options/chromeos/third_party_ime_confirm_overlay.js
|
| +++ b/chrome/browser/resources/options/chromeos/third_party_ime_confirm_overlay.js
|
| @@ -10,7 +10,7 @@ cr.define('options', function() {
|
| * HomePageOverlay class
|
| * Dialog that allows users to set the home page.
|
| * @constructor
|
| - * @extends {SettingsDialog}
|
| + * @extends {options.SettingsDialog}
|
| */
|
| function ThirdPartyImeConfirmOverlay() {
|
| SettingsDialog.call(
|
|
|