| Index: components/sync/model/recording_model_type_change_processor.h
|
| diff --git a/components/sync/model/recording_model_type_change_processor.h b/components/sync/model/recording_model_type_change_processor.h
|
| index 59f87e96e74f5d52319bb8c8a16be0389762561f..861ec23207b4bf656dab7c4df23b2f5179d6405a 100644
|
| --- a/components/sync/model/recording_model_type_change_processor.h
|
| +++ b/components/sync/model/recording_model_type_change_processor.h
|
| @@ -48,7 +48,8 @@ class RecordingModelTypeChangeProcessor : public FakeModelTypeChangeProcessor {
|
| // want to verify the RecordingModelTypeChangeProcessor was given data by the
|
| // bridge they are testing.
|
| static ModelTypeSyncBridge::ChangeProcessorFactory FactoryForBridgeTest(
|
| - RecordingModelTypeChangeProcessor** processor_address);
|
| + RecordingModelTypeChangeProcessor** processor_address,
|
| + bool expect_error = false);
|
|
|
| private:
|
| std::multimap<std::string, std::unique_ptr<EntityData>> put_multimap_;
|
|
|