wstring: remove wstrings from ChildProcessInfo
Convert MetricsServices' child_process_stats_buffer_ while
I'm at it.
Review URL: http://codereview.chromium.org/7583016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95680 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/memory_details.cc b/chrome/browser/memory_details.cc
index 60c6b47..85e7bbb 100644
--- a/chrome/browser/memory_details.cc
+++ b/chrome/browser/memory_details.cc
@@ -97,7 +97,7 @@
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);
}