| Index: chrome/browser/sync/syncable/model_type.h
|
| ===================================================================
|
| --- chrome/browser/sync/syncable/model_type.h (revision 49216)
|
| +++ chrome/browser/sync/syncable/model_type.h (working copy)
|
| @@ -11,6 +11,7 @@
|
|
|
| #include <bitset>
|
| #include <set>
|
| +#include <string>
|
|
|
| #include "base/logging.h"
|
|
|
| @@ -79,6 +80,8 @@
|
| // prefer using GetModelType where possible.
|
| ModelType GetModelTypeFromSpecifics(const sync_pb::EntitySpecifics& specifics);
|
|
|
| +std::string ModelTypeToString(ModelType model_type);
|
| +
|
| } // namespace syncable
|
|
|
| #endif // CHROME_BROWSER_SYNC_SYNCABLE_MODEL_TYPE_H_
|
|
|