Index: content/shell/app/shell_main_delegate.cc |
diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc |
index e5199f1707ef87d2dd6e405321d694e913291d06..f702ff1b0b08a1074bbe91ccdb60e72f7e5fb096 100644 |
--- a/content/shell/app/shell_main_delegate.cc |
+++ b/content/shell/app/shell_main_delegate.cc |
@@ -27,6 +27,7 @@ |
#include "content/shell/renderer/layout_test/layout_test_content_renderer_client.h" |
#include "content/shell/renderer/shell_content_renderer_client.h" |
#include "media/base/media_switches.h" |
+#include "media/base/mime_util.h" |
#include "net/cookies/cookie_monster.h" |
#include "ui/base/resource/resource_bundle.h" |
#include "ui/base/ui_base_paths.h" |
@@ -206,7 +207,7 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { |
// Unless/until WebM files are added to the media layout tests, we need to |
// avoid removing MP4/H264/AAC so that layout tests can run on Android. |
#if !defined(OS_ANDROID) |
- net::RemoveProprietaryMediaTypesAndCodecsForTests(); |
+ media::RemoveProprietaryMediaTypesAndCodecsForTests(); |
#endif |
if (!BlinkTestPlatformInitialize()) { |