summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js')
-rw-r--r--chromium/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js b/chromium/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js
index 16a0a5a32e9..533308a135e 100644
--- a/chromium/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js
+++ b/chromium/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.