Index: trunk/src/google_apis/gaia/gaia_auth_fetcher.cc |
=================================================================== |
--- trunk/src/google_apis/gaia/gaia_auth_fetcher.cc (revision 289319) |
+++ trunk/src/google_apis/gaia/gaia_auth_fetcher.cc (working copy) |
@@ -34,7 +34,7 @@ |
const char* part) { |
for (std::vector<std::string>::const_iterator it = parts.begin(); |
it != parts.end(); ++it) { |
- if (base::LowerCaseEqualsASCII(*it, part)) |
+ if (LowerCaseEqualsASCII(*it, part)) |
return true; |
} |
return false; |