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

Unified Diff: webrtc/pc/currentspeakermonitor_unittest.cc

Issue 1691463002: Move talk/session/media -> webrtc/pc (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Disabled -Wmaybe-uninitialized warning on GCC Created 4 years, 10 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
Index: webrtc/pc/currentspeakermonitor_unittest.cc
diff --git a/talk/session/media/currentspeakermonitor_unittest.cc b/webrtc/pc/currentspeakermonitor_unittest.cc
similarity index 98%
rename from talk/session/media/currentspeakermonitor_unittest.cc
rename to webrtc/pc/currentspeakermonitor_unittest.cc
index fa2a3ce893aa2553da1bbb1e8f6b033c281fd099..20d870f7ef5cadf1ea1b29a98351c77d71f87145 100644
--- a/talk/session/media/currentspeakermonitor_unittest.cc
+++ b/webrtc/pc/currentspeakermonitor_unittest.cc
@@ -25,8 +25,8 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "talk/session/media/audiomonitor.h"
-#include "talk/session/media/currentspeakermonitor.h"
+#include "webrtc/pc/audiomonitor.h"
+#include "webrtc/pc/currentspeakermonitor.h"
#include "webrtc/base/gunit.h"
#include "webrtc/base/thread.h"

Powered by Google App Engine
This is Rietveld 408576698