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

Unified Diff: remoting/host/audio_capturer_mac.cc

Issue 1864213002: Convert //remoting to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac IWYU Created 4 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 | « remoting/host/audio_capturer_linux.cc ('k') | remoting/host/audio_capturer_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/audio_capturer_mac.cc
diff --git a/remoting/host/audio_capturer_mac.cc b/remoting/host/audio_capturer_mac.cc
index 6ccf61f5ff9704dcd6d457e44a8d5968bd16472c..1ddd3e9fb366f6363b89d2b250a3119ff17aaa7a 100644
--- a/remoting/host/audio_capturer_mac.cc
+++ b/remoting/host/audio_capturer_mac.cc
@@ -11,7 +11,7 @@ bool AudioCapturer::IsSupported() {
return false;
}
-scoped_ptr<AudioCapturer> AudioCapturer::Create() {
+std::unique_ptr<AudioCapturer> AudioCapturer::Create() {
NOTIMPLEMENTED();
return nullptr;
}
« no previous file with comments | « remoting/host/audio_capturer_linux.cc ('k') | remoting/host/audio_capturer_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698