chromium/chrome/browser/ui/views/relaunch_notification/relaunch_required_timer_internal.cc

// Copyright 2018 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/ui/views/relaunch_notification/relaunch_required_timer_internal.h"

#include <cmath>

namespace relaunch_notification {

base::TimeDelta ComputeDeadlineDelta(base::TimeDelta deadline_offset) {}

base::TimeDelta ComputeNextRefreshDelta(base::TimeDelta deadline_offset) {}

}  // namespace relaunch_notification