| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
 | 
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
 | 
| index 28aade9f70e50bd890ac8aed14f433c31c22a68e..b1f96568adefb43fa50001d7eaf87e2d2f88473a 100644
 | 
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
 | 
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
 | 
| @@ -17,6 +17,7 @@ goog.require('ChromeVoxState');
 | 
|  goog.require('CommandHandler');
 | 
|  goog.require('FindHandler');
 | 
|  goog.require('LiveRegions');
 | 
| +goog.require('MediaAutomationHandler');
 | 
|  goog.require('NextEarcons');
 | 
|  goog.require('Notifications');
 | 
|  goog.require('Output');
 | 
| 
 |