Index: components/webdata/common/web_database.cc |
diff --git a/components/webdata/common/web_database.cc b/components/webdata/common/web_database.cc |
index 82b2a749c444e085f23f7496bf92f610eaba57a6..da778489672bf19faf974b5d5392f22fe7fc188c 100644 |
--- a/components/webdata/common/web_database.cc |
+++ b/components/webdata/common/web_database.cc |
@@ -75,7 +75,7 @@ sql::InitStatus WebDatabase::Init(const base::FilePath& db_name) { |
if (!content::NotificationService::current()) |
notification_service_.reset(content::NotificationService::Create()); |
- db_.set_error_histogram_name("Sqlite.Web.Error"); |
+ db_.set_histogram_prefix("Sqlite.Web"); |
// We don't store that much data in the tables so use a small page size. |
// This provides a large benefit for empty tables (which is very likely with |