Index: chrome/browser/resources/chromeos/chromevox/common/braille_util_test.unitjs |
diff --git a/chrome/browser/resources/chromeos/chromevox/common/braille_util_test.unitjs b/chrome/browser/resources/chromeos/chromevox/common/braille_util_test.unitjs |
index a1ee77ff9f44c3e59289f9cd834ed9a577a2982f..9b4c0d50d7204c5c65ac7f36e39ed6b90105918d 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/common/braille_util_test.unitjs |
+++ b/chrome/browser/resources/chromeos/chromevox/common/braille_util_test.unitjs |
@@ -20,12 +20,12 @@ CvoxBrailleUtilUnitTest.prototype = { |
'cvox.BrailleUtil', |
'cvox.CursorSelection', |
'cvox.NavigationShifter', |
- 'cvox.TestMsgs', |
+ 'TestMsgs', |
], |
/** @override */ |
setUp: function() { |
- cvox.ChromeVox.msgs = new cvox.TestMsgs(); |
+ Msgs = TestMsgs; |
}, |
/** |