| Index: chrome/browser/sync/failed_datatypes_handler.h
|
| diff --git a/chrome/browser/sync/failed_datatypes_handler.h b/chrome/browser/sync/failed_datatypes_handler.h
|
| index b03713cc52f41a275df6987e2fc904ebd7f2021d..5b5ca7ac43b23c876f44baebe7fbf9a99278642e 100644
|
| --- a/chrome/browser/sync/failed_datatypes_handler.h
|
| +++ b/chrome/browser/sync/failed_datatypes_handler.h
|
| @@ -28,7 +28,7 @@ class FailedDatatypesHandler {
|
| void OnUserChoseDatatypes();
|
|
|
| // Returns the types that are failing.
|
| - syncable::ModelEnumSet GetFailedTypes() const;
|
| + syncable::ModelTypeSet GetFailedTypes() const;
|
|
|
| // Returns if there are any failed types.
|
| bool AnyFailedDatatype() const;
|
|
|