Index: chrome/browser/password_manager/password_store_mac.h |
diff --git a/chrome/browser/password_manager/password_store_mac.h b/chrome/browser/password_manager/password_store_mac.h |
index fde99776c793a27fd66368816bb8e170acd6ce11..2cd3834aa80d95e5abd837d497413e039987f5e2 100644 |
--- a/chrome/browser/password_manager/password_store_mac.h |
+++ b/chrome/browser/password_manager/password_store_mac.h |
@@ -38,7 +38,8 @@ class PasswordStoreMac : public password_manager::PasswordStore { |
// Initializes |thread_|. |
virtual bool Init( |
- const syncer::SyncableService::StartSyncFlare& flare) OVERRIDE; |
+ const syncer::SyncableService::StartSyncFlare& flare, |
+ const std::string& sync_username) OVERRIDE; |
// Stops |thread_|. |
virtual void Shutdown() OVERRIDE; |
@@ -50,7 +51,7 @@ class PasswordStoreMac : public password_manager::PasswordStore { |
GetBackgroundTaskRunner() OVERRIDE; |
private: |
- virtual void ReportMetricsImpl() OVERRIDE; |
+ virtual void ReportMetricsImpl(const std::string& sync_username) OVERRIDE; |
virtual password_manager::PasswordStoreChangeList AddLoginImpl( |
const autofill::PasswordForm& form) OVERRIDE; |
virtual password_manager::PasswordStoreChangeList UpdateLoginImpl( |