#ifndef COMPONENTS_OPTIMIZATION_GUIDE_CORE_MODEL_EXECUTION_AQA_RESPONSE_PARSER_H_
#define COMPONENTS_OPTIMIZATION_GUIDE_CORE_MODEL_EXECUTION_AQA_RESPONSE_PARSER_H_
#include "base/functional/callback_forward.h"
#include "components/optimization_guide/core/model_execution/response_parser.h"
#include "components/optimization_guide/proto/on_device_model_execution_config.pb.h"
namespace optimization_guide {
class AqaResponseParser final : public ResponseParser { … };
class AqaResponseParserFactory : public ResponseParserFactory { … };
}
#endif