Index: sync/protocol/proto_enum_conversions.h |
diff --git a/sync/protocol/proto_enum_conversions.h b/sync/protocol/proto_enum_conversions.h |
index d2b4189e4f74cfd652f730eef5f901167186f0a3..e1fe9045a8cf4b2dfd0adee3652dbebad898322a 100644 |
--- a/sync/protocol/proto_enum_conversions.h |
+++ b/sync/protocol/proto_enum_conversions.h |
@@ -39,7 +39,7 @@ const char* GetErrorTypeString(sync_pb::SyncEnums::ErrorType error_type); |
const char* GetActionString(sync_pb::SyncEnums::Action action); |
const char* GetDeviceTypeString( |
- sync_pb::SessionHeader::DeviceType device_type); |
+ sync_pb::SyncEnums::DeviceType device_type); |
const char* GetFaviconTypeString( |
sync_pb::SessionTab::FaviconType favicon_type); |