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

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: Last rebase 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
« no previous file with comments | « webrtc/pc/currentspeakermonitor.cc ('k') | webrtc/pc/externalhmac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..41e2f8d633502c287a689e0044bd07930e9faef5 100644
--- a/talk/session/media/currentspeakermonitor_unittest.cc
+++ b/webrtc/pc/currentspeakermonitor_unittest.cc
@@ -25,10 +25,10 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "talk/session/media/audiomonitor.h"
-#include "talk/session/media/currentspeakermonitor.h"
#include "webrtc/base/gunit.h"
#include "webrtc/base/thread.h"
+#include "webrtc/pc/audiomonitor.h"
+#include "webrtc/pc/currentspeakermonitor.h"
namespace cricket {
« no previous file with comments | « webrtc/pc/currentspeakermonitor.cc ('k') | webrtc/pc/externalhmac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698