summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/translate_internals/translate_internals.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/translate_internals/translate_internals.js')
-rw-r--r--chrome/browser/resources/translate_internals/translate_internals.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/translate_internals/translate_internals.js b/chrome/browser/resources/translate_internals/translate_internals.js
index 9d683d9..df9c5b7 100644
--- a/chrome/browser/resources/translate_internals/translate_internals.js
+++ b/chrome/browser/resources/translate_internals/translate_internals.js
@@ -75,8 +75,8 @@
* @return {string} The formatted string.
*/
function formatTranslateErrorsType(error) {
- // This list is from chrome/common/translate_errors.h. If this header
- // file is updated, the below list also should be updated.
+ // This list is from chrome/common/translate/translate_errors.h.
+ // If this header file is updated, the below list also should be updated.
var errorStrs = {
0: 'None',
1: 'Network',