Index: third_party/google_input_tools/src/chrome/os/inputview/elements/content/enswitcherkey.js |
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/enswitcherkey.js b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/enswitcherkey.js |
index c84263fa139cadb802c0baa8351689be6f298937..dac1d4aefcba8375cbbf50d94260a3850aa8d19d 100644 |
--- a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/enswitcherkey.js |
+++ b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/enswitcherkey.js |
@@ -12,25 +12,20 @@ |
// Licensed under the Apache License, Version 2.0 (the "License"); |
// |
goog.provide('i18n.input.chrome.inputview.elements.content.EnSwitcherKey'); |
-goog.require('goog.dom'); |
goog.require('goog.dom.TagName'); |
goog.require('goog.dom.classlist'); |
-goog.require('i18n.input.chrome.inputview.Css'); |
goog.require('i18n.input.chrome.inputview.elements.content.FunctionalKey'); |
-goog.require('i18n.input.chrome.message.Name'); |
-goog.require('i18n.input.chrome.message.Type'); |
goog.scope(function() { |
-var Type = i18n.input.chrome.message.Type; |
-var Name = i18n.input.chrome.message.Name; |
+ |
/** |
* The switcher key to switch to engish. |
* |
* @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 {i18n.input.chrome.inputview.Css} iconCssClass The css for the icon. |