| Index: chrome/browser/profiles/profile_window.cc
|
| diff --git a/chrome/browser/profiles/profile_window.cc b/chrome/browser/profiles/profile_window.cc
|
| index 2f09ebd2a892b3f6fffdfe80f04c11568eabff4a..2f2ca80b81729afd3ef607e345c01c1ca2b1f310 100644
|
| --- a/chrome/browser/profiles/profile_window.cc
|
| +++ b/chrome/browser/profiles/profile_window.cc
|
| @@ -202,7 +202,7 @@ void OnUserManagerSystemProfileCreated(
|
| size_t index = cache.GetIndexOfProfileWithPath(profile_path_to_focus);
|
| if (index != std::string::npos) {
|
| page += "#";
|
| - page += base::IntToString(index);
|
| + page += base::SizeTToString(index);
|
| }
|
| } else if (profile_open_action ==
|
| profiles::USER_MANAGER_SELECT_PROFILE_TASK_MANAGER) {
|
|
|