| Index: chrome/browser/resources/chromeos/chromevox/common/editable_text_test.unitjs
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/common/editable_text_test.unitjs b/chrome/browser/resources/chromeos/chromevox/common/editable_text_test.unitjs
|
| index 0d00d79d04ffe52744ee25b4900a84973e7dfa7d..a122d096cb88b772ca45e7b865eacd01e81c8ba3 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/common/editable_text_test.unitjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/common/editable_text_test.unitjs
|
| @@ -114,14 +114,14 @@ CvoxEditableTextUnitTest.prototype = {
|
| cvox.ChromeVox.braille = new TestBraille();
|
|
|
| /** Simple mock. */
|
| - cvox.ChromeVox.msgs = {};
|
| + Msgs = {};
|
|
|
| /**
|
| * Simply return the message id.
|
| * @param {string} msg Message id.
|
| * @return {string} Message id.
|
| */
|
| - cvox.ChromeVox.msgs.getMsg = function(msg) {
|
| + Msgs.getMsg = function(msg) {
|
| return msg;
|
| };
|
| },
|
|
|