Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(492)

Unified Diff: components/nacl/browser/nacl_process_host.cc

Issue 1752233002: Convert Pass()→std::move() on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/nacl/browser/nacl_process_host.cc
diff --git a/components/nacl/browser/nacl_process_host.cc b/components/nacl/browser/nacl_process_host.cc
index 863c4b82d5adf016082c97e857d1e27ec7e9e659..35c061596fa4837b8f35e1bcf7c56771f516dff5 100644
--- a/components/nacl/browser/nacl_process_host.cc
+++ b/components/nacl/browser/nacl_process_host.cc
@@ -1336,7 +1336,7 @@ bool NaClProcessHost::AttachDebugExceptionHandler(const std::string& info,
info);
} else {
NaClStartDebugExceptionHandlerThread(
- process.Pass(), info, base::ThreadTaskRunnerHandle::Get(),
+ std::move(process), info, base::ThreadTaskRunnerHandle::Get(),
base::Bind(&NaClProcessHost::OnDebugExceptionHandlerLaunchedByBroker,
weak_factory_.GetWeakPtr()));
return true;
« no previous file with comments | « components/browser_watcher/window_hang_monitor_win.cc ('k') | components/nacl/common/nacl_debug_exception_handler_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698