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

Unified Diff: chrome/browser/password_manager/password_manager_internals_service_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/password_manager/password_manager_internals_service_unittest.cc
diff --git a/chrome/browser/password_manager/password_manager_internals_service_unittest.cc b/chrome/browser/password_manager/password_manager_internals_service_unittest.cc
index 07baddeb9695145175fd74fba10e7bfc38951c32..bd125defa61c5e1b394058a464658d4d9d0fe91c 100644
--- a/chrome/browser/password_manager/password_manager_internals_service_unittest.cc
+++ b/chrome/browser/password_manager/password_manager_internals_service_unittest.cc
@@ -42,7 +42,7 @@ scoped_ptr<TestingProfile> CreateProfile(ProfileType type) {
->MarkBrowserContextLiveForTesting(profile->GetOffTheRecordProfile());
}
#endif
- return profile.Pass();
+ return profile;
}
} // namespace

Powered by Google App Engine
This is Rietveld 408576698