#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_CROWDSOURCING_AUTOFILL_CROWDSOURCING_MANAGER_TEST_API_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_CROWDSOURCING_AUTOFILL_CROWDSOURCING_MANAGER_TEST_API_H_
#include <memory>
#include "base/memory/ptr_util.h"
#include "base/memory/raw_ref.h"
#include "base/time/time.h"
#include "components/autofill/core/browser/crowdsourcing/autofill_crowdsourcing_manager.h"
namespace autofill {
class AutofillCrowdsourcingManagerTestApi { … };
inline AutofillCrowdsourcingManagerTestApi test_api(
AutofillCrowdsourcingManager& manager) { … }
}
#endif