| Index: sync/internal_api/sync_manager_impl_unittest.cc
|
| diff --git a/sync/internal_api/sync_manager_impl_unittest.cc b/sync/internal_api/sync_manager_impl_unittest.cc
|
| index b4b5f874056be8c06397c05683ce985a0e2f0208..bf34c04b0b97b98de8a37833468fa5ddf6c7cda5 100644
|
| --- a/sync/internal_api/sync_manager_impl_unittest.cc
|
| +++ b/sync/internal_api/sync_manager_impl_unittest.cc
|
| @@ -46,8 +46,6 @@
|
| #include "sync/js/js_backend.h"
|
| #include "sync/js/js_event_handler.h"
|
| #include "sync/js/js_test_util.h"
|
| -#include "sync/notifier/invalidation_handler.h"
|
| -#include "sync/notifier/invalidator.h"
|
| #include "sync/protocol/bookmark_specifics.pb.h"
|
| #include "sync/protocol/encryption.pb.h"
|
| #include "sync/protocol/extension_specifics.pb.h"
|
| @@ -980,7 +978,7 @@ class SyncManagerTest : public testing::Test,
|
|
|
| void SimulateInvalidatorStateChangeForTest(InvalidatorState state) {
|
| DCHECK(sync_manager_.thread_checker_.CalledOnValidThread());
|
| - sync_manager_.OnInvalidatorStateChange(state);
|
| + sync_manager_.SetInvalidatorEnabled(state == INVALIDATIONS_ENABLED);
|
| }
|
|
|
| void SetProgressMarkerForType(ModelType type, bool set) {
|
|
|