Chromium Code Reviews| Index: chrome/browser/sync/api/sync_change.h |
| =================================================================== |
| --- chrome/browser/sync/api/sync_change.h (revision 97053) |
| +++ chrome/browser/sync/api/sync_change.h (working copy) |
| @@ -45,6 +45,9 @@ |
| SyncChangeType change_type() const; |
| SyncData sync_data() const; |
| + // Returns a string representation of |change_type|. |
| + static std::string ChangeTypeToString(SyncChangeType change_type); |
| + |
| private: |
| SyncChangeType change_type_; |