From 7061e5f12cbc184bef9349ef7c2b68634a863147 Mon Sep 17 00:00:00 2001 From: dcheng Date: Thu, 3 Mar 2016 17:21:47 -0800 Subject: Remove Pass() helper from base/move.h. Also fix some comments that refer to the old Pass() helper. BUG=557422 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/1759223002 Cr-Commit-Position: refs/heads/master@{#379162} --- chromeos/attestation/attestation_flow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chromeos') diff --git a/chromeos/attestation/attestation_flow.h b/chromeos/attestation/attestation_flow.h index a5ced3c..7dd575b 100644 --- a/chromeos/attestation/attestation_flow.h +++ b/chromeos/attestation/attestation_flow.h @@ -46,7 +46,7 @@ class CHROMEOS_EXPORT ServerProxy { // and the Chrome OS Privacy CA server. Sample usage: // AttestationFlow flow(AsyncMethodCaller::GetInstance(), // DBusThreadManager::Get().GetCryptohomeClient(), -// my_server_proxy.Pass()); +// std::move(my_server_proxy)); // AttestationFlow::CertificateCallback callback = base::Bind(&MyCallback); // flow.GetCertificate(ENTERPRISE_USER_CERTIFICATE, false, callback); class CHROMEOS_EXPORT AttestationFlow { -- cgit v1.1