Index: chrome/common/extensions/manifest_tests/extension_manifest_test.cc |
diff --git a/chrome/common/extensions/manifest_tests/extension_manifest_test.cc b/chrome/common/extensions/manifest_tests/extension_manifest_test.cc |
index 3b5a118d3af35911d6338eb87607bc9c45993bf9..02f473a25731f6f4fc0be018566f898acfe7d3ae 100644 |
--- a/chrome/common/extensions/manifest_tests/extension_manifest_test.cc |
+++ b/chrome/common/extensions/manifest_tests/extension_manifest_test.cc |
@@ -39,8 +39,7 @@ base::DictionaryValue* LoadManifestFile(const base::FilePath& filename_path, |
// Most unit tests don't need localization, and they'll fail if we try to |
// localize them, since their manifests don't have a default_locale key. |
// Only localize manifests that indicate they want to be localized. |
- // Calling LocalizeExtension at this point mirrors |
- // extension_file_util::LoadExtension. |
+ // Calling LocalizeExtension at this point mirrors file_util::LoadExtension. |
if (manifest && |
filename_path.value().find(FILE_PATH_LITERAL("localized")) != |
std::string::npos) |