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, |