| Index: chrome/browser/budget_service/budget_database.cc
|
| diff --git a/chrome/browser/budget_service/budget_database.cc b/chrome/browser/budget_service/budget_database.cc
|
| index aaada9642e98d3e5ef40b38914a01cad269269c7..d7180115ecef043851fef01f2fcf5fe8febf4057 100644
|
| --- a/chrome/browser/budget_service/budget_database.cc
|
| +++ b/chrome/browser/budget_service/budget_database.cc
|
| @@ -17,9 +17,9 @@ using content::BrowserThread;
|
| namespace {
|
|
|
| // UMA are logged for the database with this string as part of the name.
|
| -// They will be LevelDB.*.BackgroundBudgetService. Changes here should be
|
| -// synchronized with histograms.xml.
|
| -const char kDatabaseUMAName[] = "BackgroundBudgetService";
|
| +// They will be LevelDB.*.BudgetManager. Changes here should be synchronized
|
| +// with histograms.xml.
|
| +const char kDatabaseUMAName[] = "BudgetManager";
|
|
|
| // The default amount of time during which a budget will be valid.
|
| // This is 3 days = 72 hours.
|
|
|