// Copyright 2019 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/optimization_guide/core/hints_processing_util.h" #include "components/optimization_guide/core/store_update_data.h" #include "components/optimization_guide/proto/hint_cache.pb.h" #include "components/optimization_guide/proto/hints.pb.h" #include "testing/gtest/include/gtest/gtest.h" #include "url/gurl.h" namespace optimization_guide { TEST(HintsProcessingUtilTest, FindPageHintForSubstringPagePattern) { … } TEST(HintsProcessingUtilTest, IsValidURLForURLKeyedHints) { … } } // namespace optimization_guide