| // Copyright 2018 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 "components/autofill_assistant/browser/controller_observer.h" |
| |
| #include "components/autofill/core/browser/data_model/autofill_profile.h" |
| #include "components/autofill/core/browser/data_model/credit_card.h" |
| |
| namespace autofill_assistant { |
| |
| ControllerObserver::ControllerObserver() = default; |
| ControllerObserver::~ControllerObserver() = default; |
| } // namespace autofill_assistant |