naiveproxy/src/base/time/clock.cc
2022-11-03 06:54:01 +08:00

12 lines
241 B
C++

// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/time/clock.h"
namespace base {
Clock::~Clock() = default;
} // namespace base