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

Unified Diff: storage/browser/fileapi/transient_file_util.cc

Issue 1546243002: Convert Pass()→std::move() in //storage (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 | « storage/browser/fileapi/timed_task_helper.cc ('k') | storage/browser/quota/quota_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/fileapi/transient_file_util.cc
diff --git a/storage/browser/fileapi/transient_file_util.cc b/storage/browser/fileapi/transient_file_util.cc
index c0c2a6b57309d1bceba1f3e5e575c18e1a73d206..426b73d2c1ca0512f30ab5d1100a471087fedc55 100644
--- a/storage/browser/fileapi/transient_file_util.cc
+++ b/storage/browser/fileapi/transient_file_util.cc
@@ -49,7 +49,7 @@ ScopedFile TransientFileUtil::CreateSnapshotFile(
scoped_file.AddScopeOutCallback(
base::Bind(&RevokeFileSystem, url.filesystem_id()), NULL);
- return scoped_file.Pass();
+ return scoped_file;
}
} // namespace storage
« no previous file with comments | « storage/browser/fileapi/timed_task_helper.cc ('k') | storage/browser/quota/quota_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698