1// Copyright 2012 The Chromium Authors2// Use of this source code is governed by a BSD-style license that can be3// found in the LICENSE file.45#include "base/time/tick_clock.h"
67namespacebase {
89TickClock::~TickClock() = default;
1011} // namespace base12