// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/no_state_prefetch/browser/no_state_prefetch_history.h" #include <stddef.h> #include <memory> #include "base/values.h" #include "testing/gtest/include/gtest/gtest.h" namespace prerender { namespace { bool ListEntryMatches(const base::Value::List& list, size_t index, const char* expected_url, FinalStatus expected_final_status, Origin expected_origin, const std::string& expected_end_time) { … } TEST(NoStatePrefetchHistoryTest, GetAsValue) { … } } // namespace } // namespace prerender