| Index: components/sync/model/model_type_change_processor.h
|
| diff --git a/components/sync/model/model_type_change_processor.h b/components/sync/model/model_type_change_processor.h
|
| index f26ab6120147dd85cedee6bbc6a9e39c810fcc13..457af16c1d13e0b824b89a90aeb6407bb1596af9 100644
|
| --- a/components/sync/model/model_type_change_processor.h
|
| +++ b/components/sync/model/model_type_change_processor.h
|
| @@ -29,6 +29,7 @@ class ModelTypeChangeProcessor {
|
|
|
| // A factory function to make an implementation of ModelTypeChangeProcessor.
|
| static std::unique_ptr<ModelTypeChangeProcessor> Create(
|
| + const base::RepeatingClosure& dump_stack,
|
| ModelType type,
|
| ModelTypeSyncBridge* bridge);
|
|
|
|
|