| Index: chrome/browser/sync/profile_sync_service_preference_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_preference_unittest.cc b/chrome/browser/sync/profile_sync_service_preference_unittest.cc
|
| index 486eaa81076381a1b1728e391decdb05d2716898..73833d501ff7cb3b18ba9ad7b5ee3a6fb4fa1cb3 100644
|
| --- a/chrome/browser/sync/profile_sync_service_preference_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_preference_unittest.cc
|
| @@ -13,6 +13,7 @@
|
| #include "base/location.h"
|
| #include "base/stl_util.h"
|
| #include "base/strings/string_piece.h"
|
| +#include "chrome/browser/invalidation/invalidation_service_factory.h"
|
| #include "chrome/browser/prefs/pref_model_associator.h"
|
| #include "chrome/browser/prefs/scoped_user_pref_update.h"
|
| #include "chrome/browser/signin/signin_manager.h"
|
| @@ -124,6 +125,8 @@ class ProfileSyncServicePreferenceTest
|
| AbstractProfileSyncServiceTest::SetUp();
|
| profile_.reset(new TestingProfile());
|
| profile_->CreateRequestContext();
|
| + invalidation::InvalidationServiceFactory::GetInstance()->
|
| + SetBuildOnlyFakeInvalidatorsForTest(true);
|
| prefs_ = profile_->GetTestingPrefService();
|
|
|
| prefs_->registry()->RegisterStringPref(
|
|
|