| Index: chrome/browser/sync/glue/sync_backend_host_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_unittest.cc b/chrome/browser/sync/glue/sync_backend_host_unittest.cc
|
| index 2fd3ccfbf4f28c9a2a4085893993ccdd8dc532d4..978ca1c213c236bdea9e64bf30cd2030a1fb0eb5 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_unittest.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_unittest.cc
|
| @@ -30,7 +30,6 @@
|
| #include "sync/internal_api/public/test/fake_sync_manager.h"
|
| #include "sync/internal_api/public/util/experiments.h"
|
| #include "sync/notifier/invalidator_state.h"
|
| -#include "sync/notifier/object_id_invalidation_map_test_util.h"
|
| #include "sync/protocol/encryption.pb.h"
|
| #include "sync/protocol/sync_protocol_error.h"
|
| #include "sync/util/test_unrecoverable_error_handler.h"
|
| @@ -61,10 +60,6 @@ class MockSyncFrontend : public SyncFrontend {
|
| public:
|
| virtual ~MockSyncFrontend() {}
|
|
|
| - MOCK_METHOD1(OnInvalidatorStateChange,
|
| - void(syncer::InvalidatorState));
|
| - MOCK_METHOD1(OnIncomingInvalidation,
|
| - void(const syncer::ObjectIdInvalidationMap&));
|
| MOCK_METHOD3(
|
| OnBackendInitialized,
|
| void(const syncer::WeakHandle<syncer::JsBackend>&,
|
|
|