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

Unified Diff: content/browser/media/webrtc/webrtc_eventlog_host.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
« no previous file with comments | « content/browser/media/cdm/browser_cdm_manager.cc ('k') | content/browser/net/quota_policy_cookie_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/webrtc/webrtc_eventlog_host.cc
diff --git a/content/browser/media/webrtc/webrtc_eventlog_host.cc b/content/browser/media/webrtc/webrtc_eventlog_host.cc
index 80aec9a3f4b1df98bcdf4fff1da62cbb048c54e6..0f00d63a7986b27d55e9e345768b6439f706e96b 100644
--- a/content/browser/media/webrtc/webrtc_eventlog_host.cc
+++ b/content/browser/media/webrtc/webrtc_eventlog_host.cc
@@ -67,7 +67,7 @@ WebRTCEventLogHost::WebRTCEventLogHost(int render_process_id)
rtc_event_logging_enabled_(false),
weak_ptr_factory_(this) {
DCHECK_CURRENTLY_ON(BrowserThread::UI);
- auto webrtc_internals = WebRTCInternals::GetInstance();
+ auto* webrtc_internals = WebRTCInternals::GetInstance();
if (webrtc_internals->IsEventLogRecordingsEnabled())
StartWebRTCEventLog(webrtc_internals->GetEventLogFilePath());
}
« no previous file with comments | « content/browser/media/cdm/browser_cdm_manager.cc ('k') | content/browser/net/quota_policy_cookie_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698