Index: chrome/common/ipc_channel_win.cc |
=================================================================== |
--- chrome/common/ipc_channel_win.cc (revision 10269) |
+++ chrome/common/ipc_channel_win.cc (working copy) |
@@ -71,7 +71,7 @@ |
} |
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()) { |