Searched defs:new_email (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_util.cc38 std::string new_email = base::StringToLowerASCII(JoinString(parts, at)); local
39 VLOG(1) << "Canonicalized " << email_address << " to " << new_email; local
40 return new_email;

Completed in 1125 milliseconds