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

Unified Diff: webrtc/sound/soundoutputstreaminterface.cc

Issue 1425533003: Fix chromium-style warnings in webrtc/sound/. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 2 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 | « webrtc/sound/soundoutputstreaminterface.h ('k') | webrtc/sound/soundsystemproxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sound/soundoutputstreaminterface.cc
diff --git a/webrtc/base/asyncresolverinterface.cc b/webrtc/sound/soundoutputstreaminterface.cc
similarity index 68%
copy from webrtc/base/asyncresolverinterface.cc
copy to webrtc/sound/soundoutputstreaminterface.cc
index 7ee02f153ee6b93f8f3cffbd8d4a24653869ad8c..c40f1d70d97ea688e7def0dc60b45b2e000b749d 100644
--- a/webrtc/base/asyncresolverinterface.cc
+++ b/webrtc/sound/soundoutputstreaminterface.cc
@@ -8,13 +8,12 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/base/asyncresolverinterface.h"
+#include "webrtc/sound/soundoutputstreaminterface.h"
namespace rtc {
-AsyncResolverInterface::AsyncResolverInterface() {
-}
+SoundOutputStreamInterface::~SoundOutputStreamInterface() {}
-AsyncResolverInterface::~AsyncResolverInterface() = default;
+SoundOutputStreamInterface::SoundOutputStreamInterface() {}
-}; // namespace rtc
+} // namespace rtc
« no previous file with comments | « webrtc/sound/soundoutputstreaminterface.h ('k') | webrtc/sound/soundsystemproxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698