Merge ResourceRequestBodyImpl and ResourceRequestBody.

https://codereview.chromium.org/2954343005
This commit is contained in:
Aleksei Kuzmin 2017-08-12 20:45:31 +03:00 committed by Cheng Zhao
parent b77b67bfbe
commit ba6e8b4dff
8 changed files with 24 additions and 24 deletions

View file

@ -655,7 +655,7 @@ void App::OnCreateWindow(
const std::string& frame_name,
WindowOpenDisposition disposition,
const std::vector<std::string>& features,
const scoped_refptr<content::ResourceRequestBodyImpl>& body,
const scoped_refptr<content::ResourceRequestBody>& body,
int render_process_id,
int render_frame_id) {
v8::Locker locker(isolate());