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

Unified Diff: chrome/browser/media/tab_desktop_media_list.cc

Issue 2194673002: chrome/browser/media: Change auto to not deduce raw pointers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chrome/browser/media/router/presentation_service_delegate_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/tab_desktop_media_list.cc
diff --git a/chrome/browser/media/tab_desktop_media_list.cc b/chrome/browser/media/tab_desktop_media_list.cc
index a7b8dd11e7314a72de4f8b048355584dc5ed939d..76a1bb839512bbec99851123f95a128613097068 100644
--- a/chrome/browser/media/tab_desktop_media_list.cc
+++ b/chrome/browser/media/tab_desktop_media_list.cc
@@ -87,7 +87,7 @@ void TabDesktopMediaList::Refresh() {
std::vector<std::pair<DesktopMediaID, gfx::ImageSkia>> favicon_pairs;
// Enumerate all tabs with their titles and favicons for a user profile.
- for (auto browser : browsers) {
+ for (auto* browser : browsers) {
const TabStripModel* tab_strip_model = browser->tab_strip_model();
DCHECK(tab_strip_model);
« no previous file with comments | « chrome/browser/media/router/presentation_service_delegate_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698