// Copyright 2020 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/inspector/inspector_emulation_agent.h" #include "media/media_buildflags.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/blink/public/common/buildflags.h" namespace blink { class InspectorEmulationAgentTest : public testing::Test { … }; TEST_F(InspectorEmulationAgentTest, ModifiesAcceptHeader) { … } } // namespace blink