| Index: chrome/browser/profiles/profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
|
| index 1449f546eae233bfd7ebdbd47b9bacf1404a0e4a..35f0a2fbd9da150d0d5d1b7d36a6b54232f02307 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -606,7 +606,7 @@ std::string ProfileIOData::GetSSLSessionCacheShard() {
|
| // new profile, we'll get a fresh SSL session cache which is separate from
|
| // the other profiles.
|
| static unsigned ssl_session_cache_instance = 0;
|
| - return StringPrintf("profile/%u", ssl_session_cache_instance++);
|
| + return base::StringPrintf("profile/%u", ssl_session_cache_instance++);
|
| }
|
|
|
| void ProfileIOData::Init(content::ProtocolHandlerMap* protocol_handlers) const {
|
|
|