| Index: chrome/browser/sync/test/integration/sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc
|
| index 0800d650c235317a0ff1c09cbc2eb4f784a56652..d127241544f74ea4fc017ac4b0e9ae16d582091e 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -89,6 +89,7 @@
|
|
|
| #if defined(OS_CHROMEOS)
|
| #include "chromeos/chromeos_switches.h"
|
| +#include "components/arc/arc_util.h"
|
| #endif
|
|
|
| using browser_sync::ProfileSyncService;
|
| @@ -297,6 +298,7 @@ void SyncTest::SetUpCommandLine(base::CommandLine* cl) {
|
|
|
| #if defined(OS_CHROMEOS)
|
| cl->AppendSwitch(chromeos::switches::kIgnoreUserProfileMappingForTests);
|
| + arc::SetArcAvailableCommandLineForTesting(cl);
|
| #endif
|
| }
|
|
|
|
|