Chromium Code Reviews| Index: net/disk_cache/blockfile/trace.cc |
| diff --git a/net/disk_cache/blockfile/trace.cc b/net/disk_cache/blockfile/trace.cc |
| index 7f21e2f7609aa5927a34609908a0a9a60f32442c..164360380c89a53529cb94048a7c1ab93ec7ea94 100644 |
| --- a/net/disk_cache/blockfile/trace.cc |
| +++ b/net/disk_cache/blockfile/trace.cc |
| @@ -166,7 +166,7 @@ void DumpTrace(int num_traces) { |
| } |
| current++; |
| - if (current == kNumberOfEntries) |
| + if (current == kNumberOfEntries) |
| current = 0; |
| } |
| } |