Index: chrome/browser/sync/protocol/proto_enum_conversions.h |
diff --git a/chrome/browser/sync/protocol/proto_enum_conversions.h b/chrome/browser/sync/protocol/proto_enum_conversions.h |
index fd1142d79bb92fc6867fac52ceb834f77df5824f..47e477267f7cc2f33ff40e0eda255774c46cc0f5 100644 |
--- a/chrome/browser/sync/protocol/proto_enum_conversions.h |
+++ b/chrome/browser/sync/protocol/proto_enum_conversions.h |
@@ -31,6 +31,9 @@ const char* GetPageTransitionQualifierString( |
const char* GetUpdatesSourceString( |
sync_pb::GetUpdatesCallerInfo::GetUpdatesSource updates_source); |
+const char* GetDeviceTypeString( |
+ sync_pb::SessionHeader::DeviceType device_type); |
+ |
} // namespace browser_sync |
#endif // CHROME_BROWSER_SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_ |