chromium/components/assist_ranker/ranker_model.h

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

#ifndef COMPONENTS_ASSIST_RANKER_RANKER_MODEL_H_
#define COMPONENTS_ASSIST_RANKER_RANKER_MODEL_H_

#include <memory>
#include <string>

namespace assist_ranker {

class RankerModelProto;

class RankerModel {};

}  // namespace assist_ranker

#endif  // COMPONENTS_ASSIST_RANKER_RANKER_MODEL_H_