blob: 56f2c826a30ee3f1eb2a06fc2fa0c5aee346a687 [file]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/android/password_update_delegate.h"
PasswordUpdateDelegate::PasswordUpdateDelegate(
password_manager::PasswordStore* store,
const autofill::PasswordForm& password_form)
: password_form_(password_form) {}
PasswordUpdateDelegate::~PasswordUpdateDelegate() = default;