chromium/chrome/browser/notifications/scheduler/public/schedule_service_utils.cc

// Copyright 2019 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/notifications/scheduler/public/schedule_service_utils.h"

#include "base/check_op.h"

namespace notifications {
namespace {

bool ValidateTimeWindow(const TimeDeltaPair& window) {}

}  // namespace

bool ToLocalHour(int hour,
                 const base::Time& today,
                 int day_delta,
                 base::Time* out) {}

bool NextTimeWindow(base::Clock* clock,
                    const TimeDeltaPair& morning,
                    const TimeDeltaPair& evening,
                    TimePair* out) {}

}  // namespace notifications