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 5b5ca7ac43b23c876f44baebe7fbf9a99278642e..b03713cc52f41a275df6987e2fc904ebd7f2021d 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::ModelTypeSet GetFailedTypes() const; |
+ syncable::ModelEnumSet GetFailedTypes() const; |
// Returns if there are any failed types. |
bool AnyFailedDatatype() const; |