Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / password_manager / core / browser / password_store_default.h
index 886a565..6de86fa 100644 (file)
@@ -27,7 +27,7 @@ class PasswordStoreDefault : public PasswordStore {
   virtual ~PasswordStoreDefault();
 
   // Implements PasswordStore interface.
-  virtual void ReportMetricsImpl() OVERRIDE;
+  virtual void ReportMetricsImpl(const std::string& sync_username) OVERRIDE;
   virtual PasswordStoreChangeList AddLoginImpl(
       const autofill::PasswordForm& form) OVERRIDE;
   virtual PasswordStoreChangeList UpdateLoginImpl(