| 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 0e3c5205f96a90d023fd0caa9b7008c56d561952..66d7e4d0d2d604c9dabfb986839e15702bfacb91 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');
|
|
|