// 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. #ifndef CONTENT_TEST_TEST_CONTENT_CLIENT_H_ #define CONTENT_TEST_TEST_CONTENT_CLIENT_H_ #include <string_view> #include "content/public/common/content_client.h" namespace content { class TestContentClient : public ContentClient { … }; } // namespace content #endif // CONTENT_TEST_TEST_CONTENT_CLIENT_H_