| Index: chrome/browser/sync/profile_sync_service_session_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_session_unittest.cc b/chrome/browser/sync/profile_sync_service_session_unittest.cc
|
| index beb23f54b4c414ac118ba3dc712ef73d38f4eb4a..39a9448293b4a0fa5ebd2b6db07e45dc5fc55bb6 100644
|
| --- a/chrome/browser/sync/profile_sync_service_session_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_session_unittest.cc
|
| @@ -16,6 +16,8 @@
|
| #include "base/stl_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time.h"
|
| +#include "base/utf_string_conversions.h"
|
| +#include "chrome/browser/invalidation/invalidation_service_factory.h"
|
| #include "chrome/browser/signin/signin_manager.h"
|
| #include "chrome/browser/signin/signin_manager_factory.h"
|
| #include "chrome/browser/signin/token_service_factory.h"
|
| @@ -205,6 +207,8 @@ class ProfileSyncServiceSessionTest
|
| // Don't want the profile to create a real ProfileSyncService.
|
| ProfileSyncServiceFactory::GetInstance()->SetTestingFactory(profile,
|
| NULL);
|
| + invalidation::InvalidationServiceFactory::GetInstance()->
|
| + SetBuildOnlyFakeInvalidatorsForTest(profile);
|
| return profile;
|
| }
|
|
|
|
|