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

Unified Diff: sql/recovery.cc

Issue 1550693002: Global conversion of Pass()→std::move() on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « sql/mojo/vfs_unittest.cc ('k') | sql/recovery_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/recovery.cc
diff --git a/sql/recovery.cc b/sql/recovery.cc
index 7014433d732192cf0cc7a699bff0f6f6eb78399a..377aafbf1fbeb71f98d8ee82835f323f2327a282 100644
--- a/sql/recovery.cc
+++ b/sql/recovery.cc
@@ -115,7 +115,7 @@ scoped_ptr<Recovery> Recovery::Begin(
return scoped_ptr<Recovery>();
}
- return r.Pass();
+ return r;
}
// static
« no previous file with comments | « sql/mojo/vfs_unittest.cc ('k') | sql/recovery_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698