| Index: chrome/browser/sync/syncable/model_type.h
|
| diff --git a/chrome/browser/sync/syncable/model_type.h b/chrome/browser/sync/syncable/model_type.h
|
| index bfd9879c7b20c50b9762c7e72830e916b6277fb2..3ae1586717440c57618caf2e21938e6565de6d12 100644
|
| --- a/chrome/browser/sync/syncable/model_type.h
|
| +++ b/chrome/browser/sync/syncable/model_type.h
|
| @@ -121,6 +121,10 @@ int GetExtensionFieldNumberFromModelType(ModelType model_type);
|
|
|
| // TODO(sync): The functions below badly need some cleanup.
|
|
|
| +// Returns a pointer to a string with application lifetime that represents
|
| +// the name of |model_type|.
|
| +const char* ModelTypeToCharPtr(ModelType model_type);
|
| +
|
| // Returns a string that represents the name of |model_type|.
|
| std::string ModelTypeToString(ModelType model_type);
|
|
|
|
|