blob: 34dc37e38b53fb6f08324d78b53eda418732f598 [file] [log] [blame]
akalin@chromium.org63bf5882013-02-22 06:50:34 +09001// Copyright (c) 2012 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "base/time/clock.h"
6
7namespace base {
8
9Clock::~Clock() {}
10
11} // namespace base