| Index: chrome/browser/resources/chromeos/chromevox/common/aria_util_test.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/common/aria_util_test.js b/chrome/browser/resources/chromeos/chromevox/common/aria_util_test.js
|
| index e6f1a26b8c765eede3f9bf27e760d7ea70ee3e7d..b3ad6556312ef6811380b93285f168f1030c762a 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/common/aria_util_test.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/common/aria_util_test.js
|
| @@ -17,11 +17,9 @@ CvoxAriaUtilUnitTest.prototype = {
|
|
|
| /** @override */
|
| extraLibraries: [
|
| - 'aria_util.js',
|
| - 'dom_util.js',
|
| - 'node_state.js',
|
| - 'chromevox.js',
|
| - '../host/interface/abstract_earcons.js']
|
| + 'cvox.AriaUtil',
|
| + 'cvox.ChromeVox',
|
| + 'cvox.DomUtil',]
|
| };
|
|
|
| TEST_F('CvoxAriaUtilUnitTest', 'GetStateGridWithActiveCell', function() {
|
|
|