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

Unified Diff: chrome/browser/apps/drive/drive_app_mapping.cc

Issue 1551503002: Convert Pass()→std::move() in //chrome (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
Index: chrome/browser/apps/drive/drive_app_mapping.cc
diff --git a/chrome/browser/apps/drive/drive_app_mapping.cc b/chrome/browser/apps/drive/drive_app_mapping.cc
index ab46c6d743b5da4b7ed1e4481dc02a0bcd4da206..7b50d46605426a0fd4b3a136d0d04cd04ba83479 100644
--- a/chrome/browser/apps/drive/drive_app_mapping.cc
+++ b/chrome/browser/apps/drive/drive_app_mapping.cc
@@ -30,7 +30,7 @@ scoped_ptr<base::DictionaryValue> CreateInfoDict(
// Only writes non-default value.
if (generated)
dict->SetBooleanWithoutPathExpansion(kKeyGenerated, true);
- return dict.Pass();
+ return dict;
}
} // namespace

Powered by Google App Engine
This is Rietveld 408576698