Index: trunk/src/chrome/renderer/translate/translate_helper.cc |
=================================================================== |
--- trunk/src/chrome/renderer/translate/translate_helper.cc (revision 289319) |
+++ trunk/src/chrome/renderer/translate/translate_helper.cc (working copy) |
@@ -369,7 +369,7 @@ |
attribute = element.getAttribute(content); |
if (attribute.isNull()) |
continue; |
- if (base::LowerCaseEqualsASCII(base::string16(attribute), "notranslate")) |
+ if (LowerCaseEqualsASCII(attribute, "notranslate")) |
return false; |
} |
return true; |