Index: content/shell/browser/layout_test/blink_test_controller.cc |
diff --git a/content/shell/browser/layout_test/blink_test_controller.cc b/content/shell/browser/layout_test/blink_test_controller.cc |
index 7d0405d371e24e474911608440d6ff437a776492..dae32588b5c45b2613ea91f8eb17084e20097e6c 100644 |
--- a/content/shell/browser/layout_test/blink_test_controller.cc |
+++ b/content/shell/browser/layout_test/blink_test_controller.cc |
@@ -734,7 +734,7 @@ void BlinkTestController::OnLayoutDumpResponse(RenderFrameHost* sender, |
// Stitch the frame-specific results in the right order. |
std::string stitched_layout_dump; |
- for (const auto& render_frame_host : web_contents()->GetAllFrames()) { |
+ for (auto* render_frame_host : web_contents()->GetAllFrames()) { |
auto it = |
frame_to_layout_dump_map_.find(render_frame_host->GetFrameTreeNodeId()); |
if (it != frame_to_layout_dump_map_.end()) { |