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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/state_store_unittest.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/safe_browsing/incident_reporting/state_store_unittest.cc
diff --git a/chrome/browser/safe_browsing/incident_reporting/state_store_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/state_store_unittest.cc
index 848b950bdc417762d3d56d099ced0f2ee5ac3fde..f6ec4d0b1eae92270f111f65859ee2f3b9d7db44 100644
--- a/chrome/browser/safe_browsing/incident_reporting/state_store_unittest.cc
+++ b/chrome/browser/safe_browsing/incident_reporting/state_store_unittest.cc
@@ -111,7 +111,7 @@ class StateStoreTest : public PlatformStateStoreTestBase {
new user_prefs::PrefRegistrySyncable();
chrome::RegisterUserProfilePrefs(pref_registry);
profile_ = profile_manager_.CreateTestingProfile(
- kProfileName_, factory.CreateSyncable(pref_registry).Pass(),
+ kProfileName_, factory.CreateSyncable(pref_registry),
base::UTF8ToUTF16(kProfileName_), 0, std::string(),
TestingProfile::TestingFactories());
}

Powered by Google App Engine
This is Rietveld 408576698