| Index: chrome/browser/sync/glue/sync_backend_host_mock.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_mock.h b/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| index 15eb570e43a62fb8d61a86677c2ef2c1a8f2b258..e8ea474de2b47de42c2da14dc306e0fd6d5501ee 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| @@ -27,6 +27,7 @@ class SyncBackendHostMock : public SyncBackendHost {
|
| sync_api::ConfigureReason,
|
| base::Callback<void(bool)>,
|
| bool));
|
| + MOCK_CONST_METHOD0(GetPurgedDataTypes, syncable::ModelTypeSet());
|
| MOCK_METHOD0(StartSyncingWithServer, void());
|
| };
|
|
|
|
|