Index: chrome/browser/chromeos/arc/arc_auth_service_browsertest.cc |
diff --git a/chrome/browser/chromeos/arc/arc_auth_service_browsertest.cc b/chrome/browser/chromeos/arc/arc_auth_service_browsertest.cc |
index 2130e9475852f4acbe0f68b5d61f2ac976464947..c49677660af9954c5121110d82ed90a0bf03dc5f 100644 |
--- a/chrome/browser/chromeos/arc/arc_auth_service_browsertest.cc |
+++ b/chrome/browser/chromeos/arc/arc_auth_service_browsertest.cc |
@@ -175,12 +175,9 @@ class ArcAuthServiceTest : public InProcessBrowserTest { |
GetFakeUserManager()->LoginUser(account_id); |
// Set up ARC for test profile. |
- std::unique_ptr<BooleanPrefMember> arc_enabled_pref = |
- base::MakeUnique<BooleanPrefMember>(); |
arc_enabled_pref->Init(prefs::kArcEnabled, profile()->GetPrefs()); |
ArcServiceManager::Get()->OnPrimaryUserProfilePrepared( |
- multi_user_util::GetAccountIdFromProfile(profile()), |
- std::move(arc_enabled_pref)); |
+ multi_user_util::GetAccountIdFromProfile(profile())); |
ArcAuthService::Get()->OnPrimaryUserProfilePrepared(profile()); |
} |