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

Unified Diff: webrtc/sound/soundinputstreaminterface.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/soundinputstreaminterface.h ('k') | webrtc/sound/soundoutputstreaminterface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sound/soundinputstreaminterface.cc
diff --git a/webrtc/base/asyncresolverinterface.cc b/webrtc/sound/soundinputstreaminterface.cc
similarity index 69%
copy from webrtc/base/asyncresolverinterface.cc
copy to webrtc/sound/soundinputstreaminterface.cc
index 7ee02f153ee6b93f8f3cffbd8d4a24653869ad8c..b7bf0744ede083d6ed29b724000f181fc58fd993 100644
--- a/webrtc/base/asyncresolverinterface.cc
+++ b/webrtc/sound/soundinputstreaminterface.cc
@@ -8,13 +8,11 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/base/asyncresolverinterface.h"
-
+#include "webrtc/sound/soundinputstreaminterface.h"
namespace rtc {
-AsyncResolverInterface::AsyncResolverInterface() {
-}
+SoundInputStreamInterface::~SoundInputStreamInterface() {}
-AsyncResolverInterface::~AsyncResolverInterface() = default;
+SoundInputStreamInterface::SoundInputStreamInterface() {}
-}; // namespace rtc
+} // namespace rtc
« no previous file with comments | « webrtc/sound/soundinputstreaminterface.h ('k') | webrtc/sound/soundoutputstreaminterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698