// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/core/timing/performance_navigation_timing.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/blink/public/web/web_navigation_type.h" #include "third_party/blink/renderer/core/testing/page_test_base.h" namespace blink { class PerformanceNavigationTimingTest : public PageTestBase { … }; TEST_F(PerformanceNavigationTimingTest, GetNavigationTimingType) { … } } // namespace blink