| Index: components/history/core/browser/history_querying_unittest.cc
|
| diff --git a/components/history/core/browser/history_querying_unittest.cc b/components/history/core/browser/history_querying_unittest.cc
|
| index 2e8fbb3c431f08f249b8ec16224805d560bb51b1..da3a53633e42bf0feb8bf6df63ea13129cb577bd 100644
|
| --- a/components/history/core/browser/history_querying_unittest.cc
|
| +++ b/components/history/core/browser/history_querying_unittest.cc
|
| @@ -65,7 +65,7 @@ bool NthResultIs(const QueryResults& results,
|
| return false;
|
|
|
| // Now check the URL & title.
|
| - return result.url() == GURL(test_entries[test_entry_index].url) &&
|
| + return result.url() == test_entries[test_entry_index].url &&
|
| result.title() ==
|
| base::UTF8ToUTF16(test_entries[test_entry_index].title);
|
| }
|
|
|