#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_WIDGET_INPUT_PREDICTION_FILTER_FACTORY_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_WIDGET_INPUT_PREDICTION_FILTER_FACTORY_H_
#include <unordered_map>
#include "base/feature_list.h"
#include "third_party/blink/renderer/platform/allow_discouraged_type.h"
#include "third_party/blink/renderer/platform/platform_export.h"
#include "third_party/blink/renderer/platform/widget/input/prediction/predictor_factory.h"
#include "ui/base/prediction/input_filter.h"
namespace blink {
namespace test {
class FilterFactoryTest;
}
namespace input_prediction {
enum class FilterType { … };
}
struct FilterParamMapKey { … };
struct FilterParamMapKeyHash { … };
FilterParams;
FilterParamsMap;
class PLATFORM_EXPORT FilterFactory { … };
}
#endif