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

Unified Diff: sync/syncable/directory.cc

Issue 1539843002: Convert Pass()→std::move() in sync/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaned up 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 | « sync/sessions/nudge_tracker_unittest.cc ('k') | sync/syncable/directory_backing_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/directory.cc
diff --git a/sync/syncable/directory.cc b/sync/syncable/directory.cc
index d81b86116d7bdb30f6ade712a8834a9804c75b7b..207b8d55a334248884f14191dbd24a390c3659cc 100644
--- a/sync/syncable/directory.cc
+++ b/sync/syncable/directory.cc
@@ -1160,7 +1160,7 @@ scoped_ptr<base::ListValue> Directory::GetNodeDetailsForType(
nodes->Append(node.release());
}
- return nodes.Pass();
+ return nodes;
}
bool Directory::CheckInvariantsOnTransactionClose(
« no previous file with comments | « sync/sessions/nudge_tracker_unittest.cc ('k') | sync/syncable/directory_backing_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698