chromium/ui/base/prediction/prediction_unittest_helpers.h

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

#ifndef UI_BASE_PREDICTION_PREDICTION_UNITTEST_HELPERS_H_
#define UI_BASE_PREDICTION_PREDICTION_UNITTEST_HELPERS_H_

#include "base/time/time.h"

namespace ui {
namespace test {

class PredictionUnittestHelpers {};

}  // namespace test
}  // namespace ui

#endif  // UI_BASE_PREDICTION_PREDICTION_UNITTEST_HELPERS_H_