Index: chrome/browser/history/history_database.cc |
diff --git a/chrome/browser/history/history_database.cc b/chrome/browser/history/history_database.cc |
index a8bd488b9b432915b0419211df1f6cede2f55990..6c72200beceaef7597c6b04a33edaea0cab115ee 100644 |
--- a/chrome/browser/history/history_database.cc |
+++ b/chrome/browser/history/history_database.cc |
@@ -46,7 +46,7 @@ HistoryDatabase::~HistoryDatabase() { |
sql::InitStatus HistoryDatabase::Init(const base::FilePath& history_name, |
sql::ErrorDelegate* error_delegate) { |
- db_.set_error_histogram_name("Sqlite.History.Error"); |
+ db_.set_histogram_tag("History"); |
// Set the exceptional sqlite error handler. |
db_.set_error_delegate(error_delegate); |