Skip to content

Commit

Permalink
Fix compile failure.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63424 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
pkasting@chromium.org committed Oct 21, 2010
1 parent 8e96e50 commit 9a89e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions courgette/third_party/bsdiff_create.cc
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,9 @@ BSDiffStatus CreateBinaryPatch(SourceStream* old_stream,
<< " copy bytes: " << diff_bytes_length
<< " mistakes: " << diff_bytes_nonzero
<< " (skips: " << diff_skips_length << ")"
<< " extra bytes: " << extra_bytes_length;
<< " extra bytes: " << extra_bytes_length
<< "\nUncompressed bsdiff patch size "
<< patch_stream->Length() - initial_patch_stream_length;
<< patch_stream->Length() - initial_patch_stream_length
<< "\nEnd bsdiff "
<< (base::Time::Now() - start_bsdiff_time).InSecondsF();

Expand Down

0 comments on commit 9a89e8c

Please sign in to comment.