#ifndef EXTENSIONS_SHELL_BROWSER_SHELL_CONTENT_BROWSER_CLIENT_H_
#define EXTENSIONS_SHELL_BROWSER_SHELL_CONTENT_BROWSER_CLIENT_H_
#include <memory>
#include "base/compiler_specific.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/scoped_refptr.h"
#include "base/task/sequenced_task_runner.h"
#include "content/public/browser/content_browser_client.h"
#include "content/public/browser/web_contents.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
#include "net/base/isolation_info.h"
#include "services/metrics/public/cpp/ukm_source_id.h"
class GURL;
namespace base {
class CommandLine;
}
namespace blink {
class AssociatedInterfaceRegistry;
}
namespace content {
class BrowserContext;
}
namespace service_manager {
template <typename...>
class BinderRegistryWithArgs;
BinderRegistry;
}
namespace extensions {
class Extension;
class ShellBrowserMainDelegate;
class ShellBrowserMainParts;
class ShellContentBrowserClient : public content::ContentBrowserClient { … };
}
#endif