| Index: chrome/browser/memory_details.cc
|
| diff --git a/chrome/browser/memory_details.cc b/chrome/browser/memory_details.cc
|
| index 60c6b47516bbd611ff9e970ec1aeb3177235f91c..85e7bbbc7283d1179789da51fb633798e8c80c71 100644
|
| --- a/chrome/browser/memory_details.cc
|
| +++ b/chrome/browser/memory_details.cc
|
| @@ -97,7 +97,7 @@ void MemoryDetails::CollectChildInfoOnIOThread() {
|
|
|
| info.type = iter->type();
|
| info.renderer_type = iter->renderer_type();
|
| - info.titles.push_back(WideToUTF16Hack(iter->name()));
|
| + info.titles.push_back(iter->name());
|
| child_info.push_back(info);
|
| }
|
|
|
|
|