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

Unified Diff: remoting/host/audio_capturer_win.cc

Issue 2824773002: Rename ScopedComPtr::get() to ScopedComPtr::Get() (Closed)
Patch Set: Update to 5293966 Created 3 years, 8 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 | « printing/backend/win_helper.cc ('k') | remoting/host/desktop_session_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/audio_capturer_win.cc
diff --git a/remoting/host/audio_capturer_win.cc b/remoting/host/audio_capturer_win.cc
index 8e238db557cae1194f34e96da93da6c66b5dfaeb..70bc0b030302e9b5ea6199856d49874bf7c3dc56 100644
--- a/remoting/host/audio_capturer_win.cc
+++ b/remoting/host/audio_capturer_win.cc
@@ -146,10 +146,10 @@ void AudioCapturerWin::Deinitialize() {
}
bool AudioCapturerWin::Initialize() {
- DCHECK(!audio_capture_client_.get());
- DCHECK(!audio_client_.get());
- DCHECK(!mm_device_.get());
- DCHECK(!audio_volume_.get());
+ DCHECK(!audio_capture_client_.Get());
+ DCHECK(!audio_client_.Get());
+ DCHECK(!mm_device_.Get());
+ DCHECK(!audio_volume_.Get());
DCHECK(static_cast<PWAVEFORMATEX>(wave_format_ex_) == nullptr);
DCHECK(thread_checker_.CalledOnValidThread());
« no previous file with comments | « printing/backend/win_helper.cc ('k') | remoting/host/desktop_session_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698