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..f19228be09d8329ed5646f31d498422114d81dce 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_prefix("Sqlite.History"); |
// Set the exceptional sqlite error handler. |
db_.set_error_delegate(error_delegate); |