replace base::MakeUnique with std::make_unique
This commit is contained in:
parent
97fb15ac49
commit
b05932310b
28 changed files with 50 additions and 50 deletions
|
@ -828,7 +828,7 @@ void InspectableWebContentsImpl::OnURLFetchComplete(
|
|||
response.SetInteger("statusCode", rh ? rh->response_code() : 200);
|
||||
|
||||
{
|
||||
auto headers = base::MakeUnique<base::DictionaryValue>();
|
||||
auto headers = std::make_unique<base::DictionaryValue>();
|
||||
|
||||
size_t iterator = 0;
|
||||
std::string name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue