| Index: chrome/browser/chromeos/login/default_user_images.cc
|
| diff --git a/chrome/browser/chromeos/login/default_user_images.cc b/chrome/browser/chromeos/login/default_user_images.cc
|
| index d2b395b91ecac95c5855f50c18b2776f1f508ea2..0c90f13840ccd6dd5076e983bc8dae839e6c5f44 100644
|
| --- a/chrome/browser/chromeos/login/default_user_images.cc
|
| +++ b/chrome/browser/chromeos/login/default_user_images.cc
|
| @@ -76,7 +76,7 @@ std::string GetDefaultImageString(int index, const std::string& prefix) {
|
| NOTREACHED();
|
| return std::string();
|
| }
|
| - return StringPrintf("%s%d", prefix.c_str(), index);
|
| + return base::StringPrintf("%s%d", prefix.c_str(), index);
|
| }
|
|
|
| // Returns true if the string specified consists of the prefix and one of
|
|
|