Index: content/browser/loader/resource_dispatcher_host_browsertest.cc |
diff --git a/content/browser/loader/resource_dispatcher_host_browsertest.cc b/content/browser/loader/resource_dispatcher_host_browsertest.cc |
index b96cc73fcb440f7ee24084cf63f2a9f2ca5eeefa..e69f948ee4765e42e3774791a34f5e045de70645 100644 |
--- a/content/browser/loader/resource_dispatcher_host_browsertest.cc |
+++ b/content/browser/loader/resource_dispatcher_host_browsertest.cc |
@@ -828,7 +828,7 @@ IN_PROC_BROWSER_TEST_F(RequestDataResourceDispatcherHostBrowserTest, Basic) { |
// All resources loaded directly by the top-level document (including the |
// top-level document itself) should have a |first_party| and |initiator| |
// that match the URL of the top-level document. |
- for (const auto& request : delegate_->data()) { |
+ for (auto* request : delegate_->data()) { |
SCOPED_TRACE(request->url); |
EXPECT_EQ(top_url, request->first_party); |
EXPECT_EQ(top_origin, request->initiator); |