// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "cc/base/rolling_time_delta_history.h" #include "testing/gtest/include/gtest/gtest.h" namespace cc { namespace { TEST(RollingTimeDeltaHistoryTest, EmptyHistory) { … } TEST(RollingTimeDeltaHistoryTest, SizeOneHistory) { … } TEST(RollingTimeDeltaHistoryTest, LargeHistory) { … } } // namespace } // namespace cc