Index: trunk/src/content/test/plugin/plugin_test.cc |
=================================================================== |
--- trunk/src/content/test/plugin/plugin_test.cc (revision 289319) |
+++ trunk/src/content/test/plugin/plugin_test.cc (working copy) |
@@ -121,7 +121,7 @@ |
void PluginTest::ExpectStringLowerCaseEqual(const std::string &val1, |
const std::string &val2) { |
- if (!base::LowerCaseEqualsASCII(val1, val2.c_str())) { |
+ if (!LowerCaseEqualsASCII(val1, val2.c_str())) { |
std::string err; |
err = "Expected Equal for '"; |
err.append(val1); |