| Index: chrome/browser/resources/chromeos/chromevox/walkers/structural_line_walker_test.unitjs
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/walkers/structural_line_walker_test.unitjs b/chrome/browser/resources/chromeos/chromevox/walkers/structural_line_walker_test.unitjs
|
| index 7dc9b159605278f7ab90caaba5e0c6d588cb13bd..7e0c59ff93f6c90c1cdacd56681eb920c63e44f1 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/walkers/structural_line_walker_test.unitjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/walkers/structural_line_walker_test.unitjs
|
| @@ -18,7 +18,7 @@ CvoxStructuralLineWalkerUnitTest.prototype = {
|
| /** @override */
|
| closureModuleDeps: [
|
| 'cvox.StructuralLineWalker',
|
| - 'cvox.TestMsgs',
|
| + 'TestMsgs',
|
| ],
|
|
|
| /** @override */
|
| @@ -31,7 +31,7 @@ CvoxStructuralLineWalkerUnitTest.prototype = {
|
| </p>
|
| */});
|
|
|
| - cvox.ChromeVox.msgs = new cvox.TestMsgs();
|
| + Msgs = TestMsgs;
|
|
|
| this.walker_ = new cvox.StructuralLineWalker();
|
| },
|
|
|