Index: chrome/common/chrome_plugin_lib.cc |
=================================================================== |
--- chrome/common/chrome_plugin_lib.cc (revision 10269) |
+++ chrome/common/chrome_plugin_lib.cc (working copy) |
@@ -131,7 +131,7 @@ |
} |
static void LogPluginLoadTime(const TimeDelta &time) { |
- UMA_HISTOGRAM_TIMES(L"Gears.LoadTime", time); |
+ UMA_HISTOGRAM_TIMES("Gears.LoadTime", time); |
} |
// static |