Index: chrome/browser/sync/profile_sync_service_typed_url_unittest.cc |
=================================================================== |
--- chrome/browser/sync/profile_sync_service_typed_url_unittest.cc (revision 208727) |
+++ chrome/browser/sync/profile_sync_service_typed_url_unittest.cc (working copy) |
@@ -21,7 +21,6 @@ |
#include "chrome/browser/history/history_service.h" |
#include "chrome/browser/history/history_service_factory.h" |
#include "chrome/browser/history/history_types.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" |
@@ -176,8 +175,6 @@ |
AbstractProfileSyncServiceTest::SetUp(); |
profile_.reset(new ProfileMock); |
profile_->CreateRequestContext(); |
- invalidation::InvalidationServiceFactory::GetInstance()-> |
- SetBuildOnlyFakeInvalidatorsForTest(true); |
history_backend_ = new HistoryBackendMock(); |
history_service_ = static_cast<HistoryServiceMock*>( |
HistoryServiceFactory::GetInstance()->SetTestingFactoryAndUse( |
Property changes on: chrome/browser/sync/profile_sync_service_typed_url_unittest.cc |
___________________________________________________________________ |
Deleted: svn:mergeinfo |