Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3602)

Unified Diff: chrome/browser/safe_browsing/chunk_range.cc

Issue 39206: NO CODE CHANGE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/browser/renderer_host/resource_dispatcher_host.h ('k') | chrome/browser/safe_browsing/protocol_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698