chromium/components/autofill/content/browser/test_autofill_driver_injector.cc

// Copyright 2023 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/content/browser/test_autofill_driver_injector.h"

#include "base/check.h"
#include "base/check_op.h"
#include "components/autofill/content/browser/test_autofill_client_injector.h"
#include "components/autofill/content/browser/test_autofill_manager_injector.h"

namespace autofill {

size_t TestAutofillDriverInjectorBase::num_instances_ =;

TestAutofillDriverInjectorBase::TestAutofillDriverInjectorBase() {}

TestAutofillDriverInjectorBase::~TestAutofillDriverInjectorBase() {}

}  // namespace autofill