// 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 "third_party/openscreen/src/platform/api/time.h" #include "base/compiler_specific.h" #include "base/logging.h" #include "base/time/time.h" microseconds; seconds; namespace openscreen { Clock::time_point Clock::now() noexcept { … } std::chrono::seconds GetWallTimeSinceUnixEpoch() noexcept { … } } // namespace openscreen