| Index: chrome/browser/autocomplete/history_quick_provider_unittest.cc
|
| diff --git a/chrome/browser/autocomplete/history_quick_provider_unittest.cc b/chrome/browser/autocomplete/history_quick_provider_unittest.cc
|
| index 785f76e579220ddca2e86ab54c67ee491ef8adef..4d9bc3624780e952fb62800e20c47d7e72012832 100644
|
| --- a/chrome/browser/autocomplete/history_quick_provider_unittest.cc
|
| +++ b/chrome/browser/autocomplete/history_quick_provider_unittest.cc
|
| @@ -754,8 +754,7 @@ TestURLInfo ordering_test_db[] = {
|
|
|
| class HQPOrderingTest : public HistoryQuickProviderTest {
|
| protected:
|
| - virtual void GetTestData(size_t* data_count,
|
| - TestURLInfo** test_data) override;
|
| + void GetTestData(size_t* data_count, TestURLInfo** test_data) override;
|
| };
|
|
|
| void HQPOrderingTest::GetTestData(size_t* data_count, TestURLInfo** test_data) {
|
|
|