// Copyright 2023 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/speculation_rules/auto_speculation_rules_test_helper.h" #include "third_party/blink/renderer/core/speculation_rules/auto_speculation_rules_config.h" namespace blink::test { AutoSpeculationRulesConfigOverride::AutoSpeculationRulesConfigOverride( const String& config_string) { … } AutoSpeculationRulesConfigOverride::~AutoSpeculationRulesConfigOverride() { … } } // namespace blink::test