#ifndef COMPONENTS_ASSIST_RANKER_BINARY_CLASSIFIER_PREDICTOR_H_
#define COMPONENTS_ASSIST_RANKER_BINARY_CLASSIFIER_PREDICTOR_H_
#include "base/memory/weak_ptr.h"
#include "components/assist_ranker/base_predictor.h"
#include "components/assist_ranker/proto/ranker_example.pb.h"
namespace base {
class FilePath;
}
namespace network {
class SharedURLLoaderFactory;
}
namespace assist_ranker {
class GenericLogisticRegressionInference;
class BinaryClassifierPredictor final : public BasePredictor { … };
}
#endif