chromium/chrome/browser/navigation_predictor/preloading_model_executor_unittest.cc

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

#include "chrome/browser/navigation_predictor/preloading_model_executor.h"

#include "base/base_paths.h"
#include "base/path_service.h"
#include "base/task/sequenced_task_runner.h"
#include "base/test/scoped_feature_list.h"
#include "base/test/task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/features.h"

ModelInput;
ModelOutput;

class PreloadingModelExecutorTest : public testing::Test {};

TEST_F(PreloadingModelExecutorTest, ExecuteModel) {}