Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(361)

Unified Diff: content/child/child_thread_impl.cc

Issue 2101943004: content: Change auto to not deduce raw pointers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase/update Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
« no previous file with comments | « content/browser/tracing/tracing_controller_impl.cc ('k') | content/child/indexed_db/indexed_db_dispatcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698