| Index: google_apis/gaia/gaia_auth_fetcher.cc
|
| diff --git a/google_apis/gaia/gaia_auth_fetcher.cc b/google_apis/gaia/gaia_auth_fetcher.cc
|
| index ca4cdc0588a222146c35888785d155a626d5ca3a..118307a3e4d29ba2b5d08f3fb3c12a4df003c425 100644
|
| --- a/google_apis/gaia/gaia_auth_fetcher.cc
|
| +++ b/google_apis/gaia/gaia_auth_fetcher.cc
|
| @@ -34,7 +34,7 @@ static bool CookiePartsContains(const std::vector<std::string>& parts,
|
| const char* part) {
|
| for (std::vector<std::string>::const_iterator it = parts.begin();
|
| it != parts.end(); ++it) {
|
| - if (LowerCaseEqualsASCII(*it, part))
|
| + if (base::LowerCaseEqualsASCII(*it, part))
|
| return true;
|
| }
|
| return false;
|
|
|