#ifndef CHROME_BROWSER_EXTENSIONS_CHROME_CONTENT_BROWSER_CLIENT_EXTENSIONS_PART_H_
#define CHROME_BROWSER_EXTENSIONS_CHROME_CONTENT_BROWSER_CLIENT_EXTENSIONS_PART_H_
#include <memory>
#include "base/auto_reset.h"
#include "base/feature_list.h"
#include "base/gtest_prod_util.h"
#include "chrome/browser/chrome_content_browser_client_parts.h"
#include "components/download/public/common/quarantine_connection.h"
#include "content/public/browser/browser_or_resource_context.h"
#include "services/network/public/mojom/network_context.mojom-forward.h"
#include "services/network/public/mojom/url_loader_factory.mojom-forward.h"
#include "ui/base/page_transition_types.h"
namespace content {
class RenderFrameHost;
class RenderProcessHost;
class VpnServiceProxy;
class WebContents;
}
namespace url {
class Origin;
}
namespace blink {
class AssociatedInterfaceRegistry;
}
namespace service_manager {
template <typename...>
class BinderRegistryWithArgs;
BinderRegistry;
}
class Profile;
namespace extensions {
class ChromeContentBrowserClientExtensionsPart
: public ChromeContentBrowserClientParts { … };
}
#endif