| Index: chrome/browser/sync/profile_sync_service_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc
|
| index 44361a292e81790ecb4ac889dc48e86c7e3e5ac0..7e36d60ae293512b6798a4bcf46492b58c6776d5 100644
|
| --- a/chrome/browser/sync/profile_sync_service_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_unittest.cc
|
| @@ -418,7 +418,7 @@ TEST_F(ProfileSyncServiceTest, DisableAndEnableSyncTemporarily) {
|
|
|
| // Certain ProfileSyncService tests don't apply to Chrome OS, for example
|
| // things that deal with concepts like "signing out" and policy.
|
| -#if defined(OS_WIN) || defined(OS_MACOSX) || (defined(OS_LINUX) && !defined(OS_CHROMEOS))
|
| +#if defined(ENABLE_PRE_SYNC_BACKUP)
|
| TEST_F(ProfileSyncServiceTest, EnableSyncAndSignOutDesktop) {
|
| CreateService(browser_sync::AUTO_START);
|
| ExpectDataTypeManagerCreation(2);
|
|
|