Roll src/third_party/WebKit 6d85854:7e30d51 (svn 202247:202248)
[chromium-blink-merge.git] / base / time / tick_clock.cc
blob495805c26a9735fce3ac34a6199ab3691c810de1
1 // 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.
5 #include "base/time/tick_clock.h"
7 namespace base {
9 TickClock::~TickClock() {}
11 } // namespace base