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

Unified Diff: sync/internal_api/public/base/progress_marker_map.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
Index: sync/internal_api/public/base/progress_marker_map.cc
diff --git a/sync/internal_api/public/base/progress_marker_map.cc b/sync/internal_api/public/base/progress_marker_map.cc
index f86b1946b7a9a88c22dde2aceebd42143dba71af..24d80ac0bf0fcb23ddff53fe549e0a84ce3e404d 100644
--- a/sync/internal_api/public/base/progress_marker_map.cc
+++ b/sync/internal_api/public/base/progress_marker_map.cc
@@ -20,7 +20,7 @@ scoped_ptr<base::DictionaryValue> ProgressMarkerMapToValue(
it->second, false /* put_in_quotes */, &printable_payload);
value->SetString(ModelTypeToString(it->first), printable_payload);
}
- return value.Pass();
+ return value;
}
} // namespace syncer
« no previous file with comments | « sync/internal_api/public/attachments/task_queue.h ('k') | sync/internal_api/public/change_record_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698