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

Unified Diff: chrome/browser/sync/test/integration/extension_settings_helper.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/sync/test/integration/extension_settings_helper.cc
diff --git a/chrome/browser/sync/test/integration/extension_settings_helper.cc b/chrome/browser/sync/test/integration/extension_settings_helper.cc
index e9414af1832959b60c5fbbc45a18232f82c63bc2..f9c09d041fe767e3660f5896a68623596bf35a14 100644
--- a/chrome/browser/sync/test/integration/extension_settings_helper.cc
+++ b/chrome/browser/sync/test/integration/extension_settings_helper.cc
@@ -53,7 +53,7 @@ scoped_ptr<base::DictionaryValue> GetAllSettings(
extensions::settings_namespace::SYNC,
base::Bind(&GetAllSettingsOnFileThread, settings.get(), &signal));
signal.Wait();
- return settings.Pass();
+ return settings;
}
bool AreSettingsSame(Profile* expected_profile, Profile* actual_profile) {

Powered by Google App Engine
This is Rietveld 408576698