summaryrefslogtreecommitdiffstats
path: root/content/browser/media/media_browsertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/media/media_browsertest.cc')
-rw-r--r--content/browser/media/media_browsertest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/media/media_browsertest.cc b/content/browser/media/media_browsertest.cc
index d9ef168..f284add 100644
--- a/content/browser/media/media_browsertest.cc
+++ b/content/browser/media/media_browsertest.cc
@@ -9,8 +9,8 @@
#include "content/public/browser/web_contents.h"
#include "content/public/common/url_constants.h"
#include "content/public/test/browser_test_utils.h"
+#include "content/public/test/content_browser_test_utils.h"
#include "content/shell/browser/shell.h"
-#include "content/test/content_browser_test_utils.h"
// TODO(wolenetz): Fix Media.YUV* tests on MSVS 2012 x64. crbug.com/180074
#if defined(OS_WIN) && defined(ARCH_CPU_X86_64) && _MSC_VER == 1700