// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_TEST_MOCK_REDUCE_ACCEPT_LANGUAGE_CONTROLLER_DELEGATE_H_ #define CONTENT_TEST_MOCK_REDUCE_ACCEPT_LANGUAGE_CONTROLLER_DELEGATE_H_ #include <map> #include "content/public/browser/reduce_accept_language_controller_delegate.h" #include "url/origin.h" namespace content { class MockReduceAcceptLanguageControllerDelegate : public ReduceAcceptLanguageControllerDelegate { … }; } // namespace content #endif // CONTENT_TEST_MOCK_REDUCE_ACCEPT_LANGUAGE_CONTROLLER_DELEGATE_H_