Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js |
index 101e896d2d767232cb3e4f80d33e3cf07bb21949..7fb786b7a780b1a95f31fa769b67882c15b43e2c 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js |
@@ -13,6 +13,8 @@ goog.require('AutomationUtil.Dir'); |
goog.require('cursors.Cursor'); |
goog.require('cursors.Range'); |
goog.require('cursors.Unit'); |
+goog.require('cvox.AbstractEarcons'); |
+goog.require('cvox.NavBraille'); |
goog.require('cvox.Spannable'); |
goog.require('cvox.ValueSelectionSpan'); |
goog.require('cvox.ValueSpan'); |