| // Copyright 2024 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #import "components/autofill/ios/browser/mock_password_autofill_agent_delegate.h" | |
| namespace autofill { | |
| MockPasswordAutofillAgentDelegate::MockPasswordAutofillAgentDelegate() = | |
| default; | |
| MockPasswordAutofillAgentDelegate::~MockPasswordAutofillAgentDelegate() = | |
| default; | |
| } // namespace autofill |