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

Unified Diff: components/sync_driver/profile_sync_auth_provider_unittest.cc

Issue 1548203002: Convert Pass()→std::move() in //components/[n-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad headers 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: components/sync_driver/profile_sync_auth_provider_unittest.cc
diff --git a/components/sync_driver/profile_sync_auth_provider_unittest.cc b/components/sync_driver/profile_sync_auth_provider_unittest.cc
index cb9ea96ec5e0d429fd8ac5e5df4a7f91b5c5d17b..0ce1ec89b3ef6ed52a1167741e1445f821ef0150 100644
--- a/components/sync_driver/profile_sync_auth_provider_unittest.cc
+++ b/components/sync_driver/profile_sync_auth_provider_unittest.cc
@@ -28,7 +28,7 @@ class ProfileSyncAuthProviderTest : public ::testing::Test {
token_service_.get(), kAccountId,
GaiaConstants::kChromeSyncOAuth2Scope));
auth_provider_backend_ =
- auth_provider_frontend_->CreateProviderForSyncThread().Pass();
+ auth_provider_frontend_->CreateProviderForSyncThread();
}
void RequestTokenFinished(const GoogleServiceAuthError& error,
« no previous file with comments | « components/sync_driver/profile_sync_auth_provider.cc ('k') | components/sync_driver/shared_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698