Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1270)

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/chromevox.js

Issue 593133002: Refactor: remove a Chromevox abstract class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/chromevox/common/chromevox.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/chromevox.js b/chrome/browser/resources/chromeos/chromevox/common/chromevox.js
index bbd28ab6e2ff8c32a84ab4fc6fb1df08a35d97d5..c877906f70366b6dc4f7e0fe0fc1a94542b980aa 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/chromevox.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/chromevox.js
@@ -36,8 +36,8 @@ goog.addDependency(
[]);
goog.addDependency(
- '../host/interface/abstract_msgs.js',
- ['cvox.AbstractMsgs'],
+ '../chromevox/messages/msgs.js',
+ ['cvox.Msgs'],
[]);
goog.addDependency(
@@ -97,7 +97,7 @@ cvox.ChromeVox.braille;
*/
cvox.ChromeVox.mathJax;
/**
- * @type {cvox.AbstractMsgs}
+ * @type {cvox.Msgs}
*/
cvox.ChromeVox.msgs = null;
/**

Powered by Google App Engine
This is Rietveld 408576698