| Index: components/omnibox/browser/history_quick_provider_performance_unittest.cc
|
| diff --git a/components/omnibox/browser/history_quick_provider_performance_unittest.cc b/components/omnibox/browser/history_quick_provider_performance_unittest.cc
|
| index a682703ea624a569711c87cdfb80ef6603c2b96c..f15f3059e268bd5f88471c974f93a1afe9568c38 100644
|
| --- a/components/omnibox/browser/history_quick_provider_performance_unittest.cc
|
| +++ b/components/omnibox/browser/history_quick_provider_performance_unittest.cc
|
| @@ -148,7 +148,7 @@ void HQPPerfTestOnePopularURL::PrepareData() {
|
| void HQPPerfTestOnePopularURL::PrintMeasurements(
|
| const std::string& trace_name,
|
| const std::vector<base::TimeDelta>& measurements) {
|
| - auto test_info = ::testing::UnitTest::GetInstance()->current_test_info();
|
| + auto* test_info = ::testing::UnitTest::GetInstance()->current_test_info();
|
|
|
| std::string durations;
|
| for (const auto& measurement : measurements)
|
|
|