| Index: chrome/browser/resources/chromeos/chromevox/testing/chromevox_unittest_base.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/testing/chromevox_unittest_base.js b/chrome/browser/resources/chromeos/chromevox/testing/chromevox_unittest_base.js
|
| index 759591e1c7f2faaa1313e117cb400d96835ebc40..4c99e15d07d204d03bdbd968dbbe720ffceb93b9 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/testing/chromevox_unittest_base.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/testing/chromevox_unittest_base.js
|
| @@ -2,11 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -GEN_INCLUDE([
|
| - 'chrome/browser/resources/chromeos/chromevox/testing/assert_additions.js']);
|
| -GEN_INCLUDE([
|
| - 'chrome/browser/resources/chromeos/chromevox/testing/common.js',
|
| - 'chrome/browser/resources/chromeos/chromevox/testing/callback_helper.js']);
|
| +GEN_INCLUDE(['assert_additions.js']);
|
| +GEN_INCLUDE(['common.js',
|
| + 'callback_helper.js']);
|
|
|
| /**
|
| * Base test fixture for ChromeVox unit tests.
|
|
|