| Index: chrome/browser/history/history_backend.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/history/history_backend.cc	(revision 30836)
 | 
| +++ chrome/browser/history/history_backend.cc	(working copy)
 | 
| @@ -1056,7 +1056,6 @@
 | 
|    // First get all visits.
 | 
|    VisitVector visits;
 | 
|    visit_db->GetVisibleVisitsInRange(options.begin_time, options.end_time,
 | 
| -                                    options.most_recent_visit_only,
 | 
|                                      options.max_count, &visits);
 | 
|    DCHECK(options.max_count == 0 ||
 | 
|           static_cast<int>(visits.size()) <= options.max_count);
 | 
| 
 |