| Index: base/message_pump_win.cc
|
| ===================================================================
|
| --- base/message_pump_win.cc (revision 10269)
|
| +++ base/message_pump_win.cc (working copy)
|
| @@ -158,7 +158,7 @@
|
| break;
|
| }
|
| // Histogram what was really being used, to help to adjust kMaxPeekCount.
|
| - DHISTOGRAM_COUNTS(L"Loop.PumpOutPendingPaintMessages Peeks", peek_count);
|
| + DHISTOGRAM_COUNTS("Loop.PumpOutPendingPaintMessages Peeks", peek_count);
|
| }
|
|
|
| //-----------------------------------------------------------------------------
|
|
|