Index: chrome/browser/safe_browsing/protocol_parser.cc |
diff --git a/chrome/browser/safe_browsing/protocol_parser.cc b/chrome/browser/safe_browsing/protocol_parser.cc |
index 398426c451817dd66e22fa9e43ccacd158745551..60e330408c7abaa102db08bd0e422e97da123d1b 100644 |
--- a/chrome/browser/safe_browsing/protocol_parser.cc |
+++ b/chrome/browser/safe_browsing/protocol_parser.cc |
@@ -155,8 +155,9 @@ bool ParseGetHashMetadata( |
return false; |
if (full_hashes) { |
- (*full_hashes)[full_hashes->size() - hash_count + i].metadata.assign( |
- reinterpret_cast<const char*>(meta_data), meta_data_len); |
+ (*full_hashes)[full_hashes->size() - hash_count + i] |
+ .metadata.raw_metadata.assign( |
+ reinterpret_cast<const char*>(meta_data), meta_data_len); |
} |
} |
return true; |