chromium/components/assist_ranker/ranker_model_unittest.cc

// 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.

#include "components/assist_ranker/ranker_model.h"

#include <memory>

#include "base/time/time.h"
#include "components/assist_ranker/proto/ranker_model.pb.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {

RankerModel;

const char kModelURL[] =;

int64_t InSeconds(const base::Time t) {}

std::unique_ptr<RankerModel> NewModel(const std::string& model_url,
                                      base::Time last_modified,
                                      base::TimeDelta cache_duration) {}

}  // namespace

TEST(RankerModelTest, Serialization) {}

TEST(RankerModelTest, IsExpired) {}