Index: chrome/common/extensions/manifest_handlers/content_scripts_handler.cc |
diff --git a/chrome/common/extensions/manifest_handlers/content_scripts_handler.cc b/chrome/common/extensions/manifest_handlers/content_scripts_handler.cc |
index 914777207ddb322cca2e3d9edb7112a49c3f7c54..bd4d6cda7ec27aeeb236a3b2442c62427da13226 100644 |
--- a/chrome/common/extensions/manifest_handlers/content_scripts_handler.cc |
+++ b/chrome/common/extensions/manifest_handlers/content_scripts_handler.cc |
@@ -384,7 +384,7 @@ bool ContentScriptsHandler::Parse(Extension* extension, base::string16* error) { |
scoped_ptr<ContentScriptsInfo> content_scripts_info(new ContentScriptsInfo); |
const base::ListValue* scripts_list = NULL; |
if (!extension->manifest()->GetList(keys::kContentScripts, &scripts_list)) { |
- *error = ASCIIToUTF16(errors::kInvalidContentScriptsList); |
+ *error = base::ASCIIToUTF16(errors::kInvalidContentScriptsList); |
return false; |
} |