Index: chrome/browser/safe_browsing/safe_browsing_util.cc |
=================================================================== |
--- chrome/browser/safe_browsing/safe_browsing_util.cc (revision 10992) |
+++ chrome/browser/safe_browsing/safe_browsing_util.cc (working copy) |
@@ -495,7 +495,8 @@ |
SBEntry* new_sub_entry = const_cast<SBEntry*>(entry); |
scoped_array<char> data; |
- if (entry->IsSub() && entry->list_id() == list_id && entry->prefix_count()) { |
+ if (entry->IsSub() && entry->list_id() == list_id && |
+ entry->prefix_count()) { |
// Make a copy of the entry so that we can modify it. |
data.reset(new char[entry->Size()]); |
new_sub_entry = reinterpret_cast<SBEntry*>(data.get()); |