// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef HEADLESS_LIB_HEADLESS_CONTENT_CLIENT_H_ #define HEADLESS_LIB_HEADLESS_CONTENT_CLIENT_H_ #include <memory> #include <string_view> #include "base/synchronization/lock.h" #include "content/public/common/content_client.h" namespace embedder_support { class OriginTrialPolicyImpl; } namespace headless { class HeadlessContentClient : public content::ContentClient { … }; } // namespace headless #endif // HEADLESS_LIB_HEADLESS_CONTENT_CLIENT_H_