| Index: chrome/browser/resources/options/chromeos/keyboard_overlay.js
|
| diff --git a/chrome/browser/resources/options/chromeos/keyboard_overlay.js b/chrome/browser/resources/options/chromeos/keyboard_overlay.js
|
| index 0e2d56d0d7cd809697bb322f3d260665a0d08c02..74680dbf7d6889452fc8a2e38c389276ad4f748b 100644
|
| --- a/chrome/browser/resources/options/chromeos/keyboard_overlay.js
|
| +++ b/chrome/browser/resources/options/chromeos/keyboard_overlay.js
|
| @@ -27,6 +27,7 @@ cr.define('options', function() {
|
| /**
|
| * Encapsulated handling of the keyboard overlay.
|
| * @constructor
|
| + * @extends {options.SettingsDialog}
|
| */
|
| function KeyboardOverlay() {
|
| options.SettingsDialog.call(this, 'keyboard-overlay',
|
|
|