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

Unified Diff: content/renderer/media/webrtc_audio_device_unittest.cc

Issue 10837131: Update webrtc to 2565. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Update webrtc to 2565. Created 8 years, 4 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 | « DEPS ('k') | content/test/webrtc_audio_device_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/webrtc_audio_device_unittest.cc
===================================================================
--- content/renderer/media/webrtc_audio_device_unittest.cc (revision 151204)
+++ content/renderer/media/webrtc_audio_device_unittest.cc (working copy)
@@ -10,11 +10,11 @@
#include "media/audio/audio_manager.h"
#include "media/audio/audio_util.h"
#include "testing/gmock/include/gmock/gmock.h"
-#include "third_party/webrtc/voice_engine/main/interface/voe_audio_processing.h"
-#include "third_party/webrtc/voice_engine/main/interface/voe_base.h"
-#include "third_party/webrtc/voice_engine/main/interface/voe_external_media.h"
-#include "third_party/webrtc/voice_engine/main/interface/voe_file.h"
-#include "third_party/webrtc/voice_engine/main/interface/voe_network.h"
+#include "third_party/webrtc/voice_engine/include/voe_audio_processing.h"
+#include "third_party/webrtc/voice_engine/include/voe_base.h"
+#include "third_party/webrtc/voice_engine/include/voe_external_media.h"
+#include "third_party/webrtc/voice_engine/include/voe_file.h"
+#include "third_party/webrtc/voice_engine/include/voe_network.h"
using testing::_;
using testing::AnyNumber;
« no previous file with comments | « DEPS ('k') | content/test/webrtc_audio_device_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698