Index: content/child/child_thread_impl.cc |
diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc |
index 3d26cbdf16d307efc26885afcc71b766b8eb3e46..8be6e48be0b89dbfa3733852a1c5732cc673b5b4 100644 |
--- a/content/child/child_thread_impl.cc |
+++ b/content/child/child_thread_impl.cc |
@@ -504,7 +504,7 @@ void ChildThreadImpl::Init(const Options& options) { |
#endif |
// Add filters passed here via options. |
- for (auto startup_filter : options.startup_filters) { |
+ for (auto* startup_filter : options.startup_filters) { |
channel_->AddFilter(startup_filter); |
} |