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..ae4ee9fffb96b305827d76a4caf37c0c9a066e6c 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_tag("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 |