| 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 1ef486ce631ad929bdd0eea711898c848107c899..332f0261a84ac9126e956de120d0fe774494923a 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"
|
| @@ -203,7 +204,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()) {
|
|
|