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

Unified Diff: content/test/webrtc_audio_device_test.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 | « content/renderer/media/webrtc_audio_device_unittest.cc ('k') | third_party/libjingle/libjingle.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/webrtc_audio_device_test.cc
===================================================================
--- content/test/webrtc_audio_device_test.cc (revision 151204)
+++ content/test/webrtc_audio_device_test.cc (working copy)
@@ -34,10 +34,10 @@
#include "net/url_request/url_request_test_util.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.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_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_file.h"
+#include "third_party/webrtc/voice_engine/include/voe_network.h"
using base::win::ScopedCOMInitializer;
using testing::_;
« no previous file with comments | « content/renderer/media/webrtc_audio_device_unittest.cc ('k') | third_party/libjingle/libjingle.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698