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 8897f0d725e4343289653b78579e528b79ce9017..4ac1421d15587c8effcb5bb5dc92f1a277b51698 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'); |