| Index: chrome/browser/safe_browsing/safe_browsing_database_bloom.cc
|
| ===================================================================
|
| --- chrome/browser/safe_browsing/safe_browsing_database_bloom.cc (revision 10992)
|
| +++ chrome/browser/safe_browsing/safe_browsing_database_bloom.cc (working copy)
|
| @@ -538,7 +538,8 @@
|
| } else {
|
| for (int i = 0; i < count; i++) {
|
| SBPrefix prefix = entry->PrefixAt(i);
|
| - encoded_add = EncodeChunkId(entry->ChunkIdAtPrefix(i), entry->list_id());
|
| + encoded_add = EncodeChunkId(entry->ChunkIdAtPrefix(i),
|
| + entry->list_id());
|
| InsertSubPrefix(prefix, encoded, encoded_add);
|
| }
|
| }
|
|
|