summaryrefslogtreecommitdiffstats
path: root/chrome/common/ipc_channel_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/ipc_channel_win.cc')
-rw-r--r--chrome/common/ipc_channel_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/ipc_channel_win.cc b/chrome/common/ipc_channel_win.cc
index dfccc33..54818b5 100644
--- a/chrome/common/ipc_channel_win.cc
+++ b/chrome/common/ipc_channel_win.cc
@@ -71,7 +71,7 @@ void Channel::ChannelImpl::Close() {
}
if (waited) {
// We want to see if we block the message loop for too long.
- UMA_HISTOGRAM_TIMES(L"AsyncIO.IPCChannelClose", base::Time::Now() - start);
+ UMA_HISTOGRAM_TIMES("AsyncIO.IPCChannelClose", base::Time::Now() - start);
}
while (!output_queue_.empty()) {