| Index: components/password_manager/core/browser/login_database.h
|
| diff --git a/components/password_manager/core/browser/login_database.h b/components/password_manager/core/browser/login_database.h
|
| index ac6bd0be6349d353d8421c7854e40c7a197d4b7f..657e1d5886daabdde7c8cb3ebd9451055661f9de 100644
|
| --- a/components/password_manager/core/browser/login_database.h
|
| +++ b/components/password_manager/core/browser/login_database.h
|
| @@ -31,7 +31,7 @@ class LoginDatabase {
|
| bool Init(const base::FilePath& db_path);
|
|
|
| // Reports usage metrics to UMA.
|
| - void ReportMetrics();
|
| + void ReportMetrics(const std::string& sync_username);
|
|
|
| // Adds |form| to the list of remembered password forms. Returns the list of
|
| // changes applied ({}, {ADD}, {REMOVE, ADD}). If it returns {REMOVE, ADD}
|
|
|