Chromium Code Reviews| Index: chrome/browser/history/history_backend.cc |
| =================================================================== |
| --- chrome/browser/history/history_backend.cc (revision 152962) |
| +++ chrome/browser/history/history_backend.cc (working copy) |
| @@ -993,7 +993,7 @@ |
| if (db_->InitURLEnumeratorForEverything(&e)) { |
| URLRow info; |
| while (e.GetNextURL(&info)) { |
| - iterator->OnURL(info); |
| + iterator->OnURL(info.url()); |
| } |
| iterator->OnComplete(true); // Success. |
| return; |