| Index: chrome/browser/sync/glue/data_type_manager.h
|
| diff --git a/chrome/browser/sync/glue/data_type_manager.h b/chrome/browser/sync/glue/data_type_manager.h
|
| index eb02f118608537d91299cbead3616fa8b187366a..3235fdd67619d7bf7c38b9720643965b231d87ec 100644
|
| --- a/chrome/browser/sync/glue/data_type_manager.h
|
| +++ b/chrome/browser/sync/glue/data_type_manager.h
|
| @@ -48,7 +48,7 @@ class DataTypeManager {
|
| UNRECOVERABLE_ERROR // We got an unrecoverable error during startup.
|
| };
|
|
|
| - typedef syncable::ModelEnumSet TypeSet;
|
| + typedef syncable::ModelTypeSet TypeSet;
|
|
|
| // Note: |errors| is only filled when status is not OK.
|
| struct ConfigureResult {
|
|
|