Pass() is deprecated for std::move
This commit is contained in:
parent
948e7c4055
commit
baf5f384cd
14 changed files with 52 additions and 48 deletions
|
@ -55,7 +55,7 @@ void NetLog::StartLogging(net::URLRequestContext* url_request_context) {
|
|||
|
||||
scoped_ptr<base::Value> constants(GetConstants());
|
||||
write_to_file_observer_.StartObserving(this,
|
||||
log_file_.Pass(),
|
||||
std::move(log_file_),
|
||||
constants.get(),
|
||||
url_request_context);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue