| Index: chrome/browser/sync/syncable/model_type.cc
|
| diff --git a/chrome/browser/sync/syncable/model_type.cc b/chrome/browser/sync/syncable/model_type.cc
|
| index aaf555eff12fed9d792ba4d1e0c08a039f7043f5..ccce16902e180eec84b949f16d884e6cf3dadcb4 100644
|
| --- a/chrome/browser/sync/syncable/model_type.cc
|
| +++ b/chrome/browser/sync/syncable/model_type.cc
|
| @@ -229,7 +229,7 @@ bool ShouldMaintainPosition(ModelType model_type) {
|
| return model_type == BOOKMARKS;
|
| }
|
|
|
| -std::string ModelTypeToString(ModelType model_type) {
|
| +const char* ModelTypeToString(ModelType model_type) {
|
| // This is used in serialization routines as well as for displaying debug
|
| // information. Do not attempt to change these string values unless you know
|
| // what you're doing.
|
|
|