Move ResourceRequestBody to services/network in preparation of moving content/network.

https://chromium-review.googlesource.com/864422
This commit is contained in:
Aleksei Kuzmin 2018-04-11 10:42:14 +02:00 committed by Samuel Attard
parent d3c6aa12d1
commit 37168c0a95
8 changed files with 22 additions and 19 deletions

View file

@ -31,15 +31,15 @@ namespace brightray {
class InspectableWebContents;
}
namespace content {
class ResourceRequestBody;
}
namespace mate {
class Arguments;
class Dictionary;
} // namespace mate
namespace network {
class ResourceRequestBody;
}
namespace atom {
struct SetSizeParams;
@ -228,7 +228,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
const std::string& frame_name,
WindowOpenDisposition disposition,
const std::vector<std::string>& features,
const scoped_refptr<content::ResourceRequestBody>& body);
const scoped_refptr<network::ResourceRequestBody>& body);
// Returns the web preferences of current WebContents.
v8::Local<v8::Value> GetWebPreferences(v8::Isolate* isolate);