// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/autofill/core/browser/test_autofill_driver.h" #include "base/check_deref.h" #include "components/autofill/core/browser/autofill_manager_test_api.h" namespace autofill { TestAutofillDriver::TestAutofillDriver(AutofillClient* client) : … { … } TestAutofillDriver::~TestAutofillDriver() { … } AutofillClient& TestAutofillDriver::GetAutofillClient() { … } AutofillManager& TestAutofillDriver::GetAutofillManager() { … } } // namespace autofill