chromium/components/feature_engagement/internal/testing_clock_time_provider.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 "components/feature_engagement/internal/testing_clock_time_provider.h"

#include "base/check_is_test.h"
#include "base/numerics/clamped_math.h"
#include "base/time/clock.h"
#include "base/time/time.h"

namespace feature_engagement {

TestingClockTimeProvider::TestingClockTimeProvider(const base::Clock& clock,
                                                   base::Time initial_now)
    :{}

TestingClockTimeProvider::~TestingClockTimeProvider() = default;

uint32_t TestingClockTimeProvider::GetCurrentDay() const {}

base::Time TestingClockTimeProvider::Now() const {}

}  // namespace feature_engagement