| Index: third_party/google_input_tools/src/chrome/os/inputview/elements/content/functionalkey.js
|
| diff --git a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/functionalkey.js b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/functionalkey.js
|
| index 6bc0917eecb12d20ef6e1a029b296865271ba9a3..ec85e8cec34828199b8c35b9650e3f295a5adea5 100644
|
| --- a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/functionalkey.js
|
| +++ b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/functionalkey.js
|
| @@ -17,13 +17,13 @@ goog.require('goog.a11y.aria');
|
| goog.require('goog.a11y.aria.State');
|
| goog.require('goog.dom.TagName');
|
| goog.require('goog.dom.classlist');
|
| +goog.require('i18n.input.chrome.ElementType');
|
| goog.require('i18n.input.chrome.inputview.Css');
|
| -goog.require('i18n.input.chrome.inputview.elements.ElementType');
|
| goog.require('i18n.input.chrome.inputview.elements.content.SoftKey');
|
|
|
|
|
| goog.scope(function() {
|
| -var ElementType = i18n.input.chrome.inputview.elements.ElementType;
|
| +var ElementType = i18n.input.chrome.ElementType;
|
|
|
|
|
|
|
| @@ -32,7 +32,7 @@ var ElementType = i18n.input.chrome.inputview.elements.ElementType;
|
| * backspace, tab, etc.
|
| *
|
| * @param {string} id The id.
|
| - * @param {!i18n.input.chrome.inputview.elements.ElementType} type The element
|
| + * @param {!i18n.input.chrome.ElementType} type The element
|
| * type.
|
| * @param {string} text The text.
|
| * @param {string} iconCssClass The css class for the icon.
|
|
|