| Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_shifter.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_shifter.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_shifter.js
|
| index 6f17ada1e8e346e770cc0751b7b1afca8f98dfc9..61e11ca419bbe0446a76b40f525dd1890fa04d27 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_shifter.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_shifter.js
|
| @@ -129,7 +129,7 @@ cvox.NavigationShifter.prototype.sync = function(sel) {
|
| * @override
|
| */
|
| cvox.NavigationShifter.prototype.getName = function() {
|
| - return cvox.ChromeVox.msgs.getMsg('navigation_shifter');
|
| + return Msgs.getMsg('navigation_shifter');
|
| };
|
|
|
|
|
|
|