chromium/third_party/blink/renderer/platform/widget/input/prediction/predictor_factory.h

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_WIDGET_INPUT_PREDICTION_PREDICTOR_FACTORY_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_WIDGET_INPUT_PREDICTION_PREDICTOR_FACTORY_H_

#include "third_party/blink/public/platform/web_common.h"
#include "ui/base/prediction/input_predictor.h"

namespace blink {

namespace input_prediction {

enum class PredictorType {};

}  // namespace input_prediction

class PredictorFactory {};

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_PLATFORM_WIDGET_INPUT_PREDICTION_PREDICTOR_FACTORY_H_