summaryrefslogtreecommitdiffstats
path: root/content/test/webrtc_audio_device_test.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-03 21:42:12 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-03 21:42:12 +0000
commit08a932d598234ccdc837742d862ecc3af264e9bc (patch)
tree2eb29a49674b39bd91861ad6761b8567072c04b7 /content/test/webrtc_audio_device_test.cc
parent8d0072997388eadb6cc600a8f749dc6264795ba8 (diff)
downloadchromium_src-08a932d598234ccdc837742d862ecc3af264e9bc.zip
chromium_src-08a932d598234ccdc837742d862ecc3af264e9bc.tar.gz
chromium_src-08a932d598234ccdc837742d862ecc3af264e9bc.tar.bz2
Move mock test headers from content\test to content\public\test. This way we can enforce that internal content headers don't leak to embedders.
BUG=98716 TBR=phajdan.jr Review URL: https://chromiumcodereview.appspot.com/10473016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140241 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/webrtc_audio_device_test.cc')
-rw-r--r--content/test/webrtc_audio_device_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/webrtc_audio_device_test.cc b/content/test/webrtc_audio_device_test.cc
index 4532595..a1c532c 100644
--- a/content/test/webrtc_audio_device_test.cc
+++ b/content/test/webrtc_audio_device_test.cc
@@ -19,11 +19,11 @@
#include "content/common/view_messages.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/common/content_paths.h"
+#include "content/public/test/mock_resource_context.h"
#include "content/renderer/media/audio_hardware.h"
#include "content/renderer/media/webrtc_audio_device_impl.h"
#include "content/renderer/render_process.h"
#include "content/renderer/render_thread_impl.h"
-#include "content/test/mock_resource_context.h"
#include "content/test/test_browser_thread.h"
#include "net/url_request/url_request_test_util.h"
#include "testing/gmock/include/gmock/gmock.h"