Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4033)

Unified Diff: chrome/browser/history/text_database_manager.cc

Issue 28046: Use string for Histogram names since these are all ASCII anyway wide-characte... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/history/history_backend.cc ('k') | chrome/browser/jankometer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/text_database_manager.cc
===================================================================
--- chrome/browser/history/text_database_manager.cc (revision 10269)
+++ chrome/browser/history/text_database_manager.cc (working copy)
@@ -309,7 +309,7 @@
ConvertStringForIndexer(title),
ConvertStringForIndexer(body));
- HISTOGRAM_TIMES(L"History.AddFTSData",
+ HISTOGRAM_TIMES("History.AddFTSData",
TimeTicks::Now() - beginning_time);
if (history_publisher_)
@@ -546,4 +546,3 @@
}
} // namespace history
-
« no previous file with comments | « chrome/browser/history/history_backend.cc ('k') | chrome/browser/jankometer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698