summaryrefslogtreecommitdiffstats
path: root/content/test/webrtc_audio_device_test.h
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-18 00:11:30 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-18 00:11:30 +0000
commitaaf6889e620dba0b36d5a786a8fa28809aae5c9e (patch)
tree4a6fd676d08290065bfc91594a6045695f87c312 /content/test/webrtc_audio_device_test.h
parent2fccd3f47b30f57f862012926dc0b5b8499561a8 (diff)
downloadchromium_src-aaf6889e620dba0b36d5a786a8fa28809aae5c9e.zip
chromium_src-aaf6889e620dba0b36d5a786a8fa28809aae5c9e.tar.gz
chromium_src-aaf6889e620dba0b36d5a786a8fa28809aae5c9e.tar.bz2
Use a direct include of the message_loop header in content/, part 4.
BUG=260807 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/19620002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212185 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/webrtc_audio_device_test.h')
-rw-r--r--content/test/webrtc_audio_device_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/webrtc_audio_device_test.h b/content/test/webrtc_audio_device_test.h
index f15e3bb..1663ad1 100644
--- a/content/test/webrtc_audio_device_test.h
+++ b/content/test/webrtc_audio_device_test.h
@@ -10,7 +10,7 @@
#include "base/files/file_path.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
-#include "base/message_loop.h"
+#include "base/message_loop/message_loop.h"
#include "content/browser/renderer_host/media/mock_media_observer.h"
#include "content/public/renderer/content_renderer_client.h"
#include "ipc/ipc_listener.h"