| 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..65a4fdfaa8732f1b1a54e4336b711b6ab1bcbd7f 100644
|
| --- a/content/shell/app/shell_main_delegate.cc
|
| +++ b/content/shell/app/shell_main_delegate.cc
|
| @@ -12,6 +12,7 @@
|
| #include "base/lazy_instance.h"
|
| #include "base/logging.h"
|
| #include "base/path_service.h"
|
| +#include "build/build_config.h"
|
| #include "cc/base/switches.h"
|
| #include "content/public/browser/browser_main_runner.h"
|
| #include "content/public/common/content_switches.h"
|
| @@ -27,6 +28,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 +208,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()) {
|
|
|