Index: chrome/browser/safe_browsing/chunk_range.cc |
=================================================================== |
--- chrome/browser/safe_browsing/chunk_range.cc (revision 10992) |
+++ chrome/browser/safe_browsing/chunk_range.cc (working copy) |
@@ -73,7 +73,8 @@ |
std::vector<ChunkRange>* ranges) { |
DCHECK(ranges); |
- // Crack the string into chunk parts, then crack each part looking for a range. |
+ // Crack the string into chunk parts, then crack each part looking for a |
+ // range. |
std::vector<std::string> chunk_parts; |
SplitString(input, ',', &chunk_parts); |