| 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..cd11cb59f44c3a74f80a1fc56999954209a63aaa 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service_browsertest.cc
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service_browsertest.cc
|
| @@ -180,7 +180,7 @@ class ArcAuthServiceTest : public InProcessBrowserTest {
|
| arc_enabled_pref->Init(prefs::kArcEnabled, profile()->GetPrefs());
|
| ArcServiceManager::Get()->OnPrimaryUserProfilePrepared(
|
| multi_user_util::GetAccountIdFromProfile(profile()),
|
| - std::move(arc_enabled_pref));
|
| + std::move(arc_enabled_pref), profile()->GetPrefs());
|
| ArcAuthService::Get()->OnPrimaryUserProfilePrepared(profile());
|
| }
|
|
|
|
|