summaryrefslogtreecommitdiffstats
path: root/chrome/browser/memory_details.cc
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-05 23:08:22 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-05 23:08:22 +0000
commit68b9e72b2edf989ca77ee942250f6eb9d5b8eeeb (patch)
treed793070580ff78169d5fe301fd2e68adfca56fca /chrome/browser/memory_details.cc
parent605abf9ab6b8877c1d91500c1d525b0c37e712eb (diff)
downloadchromium_src-68b9e72b2edf989ca77ee942250f6eb9d5b8eeeb.zip
chromium_src-68b9e72b2edf989ca77ee942250f6eb9d5b8eeeb.tar.gz
chromium_src-68b9e72b2edf989ca77ee942250f6eb9d5b8eeeb.tar.bz2
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
Diffstat (limited to 'chrome/browser/memory_details.cc')
-rw-r--r--chrome/browser/memory_details.cc2
1 files changed, 1 insertions, 1 deletions
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 @@ 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);
}