// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef EXTENSIONS_SHELL_COMMON_SHELL_CONTENT_CLIENT_H_ #define EXTENSIONS_SHELL_COMMON_SHELL_CONTENT_CLIENT_H_ #include <string_view> #include "content/public/common/content_client.h" namespace extensions { class ShellContentClient : public content::ContentClient { … }; } // namespace extensions #endif // EXTENSIONS_SHELL_COMMON_SHELL_CONTENT_CLIENT_H_