| 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 09e3d1a2f094b47336bfce35b5de4d60a5d865b2..097ba04e0463fa58acb2ed597c060221d976a0ce 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_unittest.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_unittest.cc
|
| @@ -17,6 +17,7 @@
|
| #include "sync/protocol/encryption.pb.h"
|
| #include "sync/protocol/sync_protocol_error.h"
|
| #include "sync/syncable/model_type.h"
|
| +#include "sync/util/experiments.h"
|
| #include "sync/util/test_unrecoverable_error_handler.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -46,7 +47,8 @@ class MockSyncFrontend : public SyncFrontend {
|
| void(syncable::ModelTypeSet, bool));
|
| MOCK_METHOD0(OnEncryptionComplete, void());
|
| MOCK_METHOD1(OnMigrationNeededForTypes, void(syncable::ModelTypeSet));
|
| - MOCK_METHOD1(OnDataTypesChanged, void(syncable::ModelTypeSet));
|
| + MOCK_METHOD1(OnExperimentsChanged,
|
| + void(const browser_sync::Experiments&));
|
| MOCK_METHOD1(OnActionableError,
|
| void(const browser_sync::SyncProtocolError& sync_error));
|
| MOCK_METHOD0(OnSyncConfigureRetry, void());
|
|
|