#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_OPTIMIZATION_GUIDE_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_OPTIMIZATION_GUIDE_H_
#include "base/memory/raw_ptr.h"
#include "components/autofill/core/browser/data_model/credit_card_benefit.h"
#include "components/keyed_service/core/keyed_service.h"
#include "components/optimization_guide/proto/hints.pb.h"
class GURL;
namespace optimization_guide {
class OptimizationGuideDecider;
}
namespace autofill {
class AutofillField;
class CreditCard;
class FormStructure;
class PersonalDataManager;
class AutofillOptimizationGuide : public KeyedService { … };
}
#endif