| Index: chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js b/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js
|
| index 16a0a5a32e9b4293c53eb52e435e85809e40effd..533308a135e7daeb49d8d96a30bbe002fa416cbf 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| GEN_INCLUDE([
|
| - 'chrome/browser/resources/chromeos/chromevox/testing/common.js',
|
| - 'chrome/browser/resources/chromeos/chromevox/testing/callback_helper.js']);
|
| + 'common.js',
|
| + 'callback_helper.js']);
|
|
|
| /**
|
| * Base test fixture for ChromeVox end to end tests.
|
|
|