Index: chrome/browser/sync/glue/autofill_profile_syncable_service.cc |
=================================================================== |
--- chrome/browser/sync/glue/autofill_profile_syncable_service.cc (revision 100782) |
+++ chrome/browser/sync/glue/autofill_profile_syncable_service.cc (working copy) |
@@ -401,7 +401,7 @@ |
LOG(WARNING) << "[AUTOFILL SYNC]" |
<< " Failed processing change:" |
<< " Error:" << error.message() |
- << " Guid:" << change.profile()->guid(); |
+ << " Guid:" << change.key(); |
} |
} |