Files
brave-core/services/network/public/cpp
Mario Sanchez Prada 5de37dafc8 Fix build due to missing include for network::ResourceRequest upstream
//chrome/browser/net/system_network_context_manager.cc is wrongly using
network::ResourceRequest without including it first, which is causing
a build failure on Brave due to overrides, so let's make sure that such
header is included before using that type.
2021-09-13 14:53:09 -04:00
..