Chromium Code Reviews| Index: net/base/file_stream_win.cc |
| =================================================================== |
| --- net/base/file_stream_win.cc (revision 10269) |
| +++ net/base/file_stream_win.cc (working copy) |
| @@ -78,7 +78,7 @@ |
| } |
| if (waited) { |
| // We want to see if we block the message loop for too long. |
| - UMA_HISTOGRAM_TIMES(L"AsyncIO.FileStreamClose", base::Time::Now() - start); |
| + UMA_HISTOGRAM_TIMES("AsyncIO.FileStreamClose", base::Time::Now() - start); |
| } |
| } |
| @@ -288,4 +288,3 @@ |
| } |
| } // namespace net |
| - |