/* Copyright (c) 2019 The Brave Authors. All rights reserved. * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at https://mozilla.org/MPL/2.0/. */ #ifndef BRAVE_BROWSER_NET_RESOURCE_CONTEXT_DATA_H_ #define BRAVE_BROWSER_NET_RESOURCE_CONTEXT_DATA_H_ #include #include #include #include #include #include "base/containers/unique_ptr_adapters.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_refptr.h" #include "base/supports_user_data.h" #include "content/public/browser/browser_thread.h" #include "content/public/browser/content_browser_client.h" #include "mojo/public/cpp/bindings/pending_receiver.h" #include "mojo/public/cpp/bindings/pending_remote.h" #include "services/network/public/mojom/url_loader_factory.mojom.h" #include "services/network/public/mojom/websocket.mojom.h" template