| Index: content/test/content_test_suite.cc
|
| diff --git a/content/test/content_test_suite.cc b/content/test/content_test_suite.cc
|
| index e3b2ae2865549dc3a65ad8992acf1e1061fef063..20db1eae1018f24570f61ca8bd4b9d166ea8a9b9 100644
|
| --- a/content/test/content_test_suite.cc
|
| +++ b/content/test/content_test_suite.cc
|
| @@ -153,7 +153,7 @@ void ContentTestSuite::Initialize() {
|
| }
|
| RegisterPathProvider();
|
| #if !defined(OS_IOS)
|
| - media::InitializeMediaLibrary();
|
| + media::InitializeMediaLibraryForTesting();
|
| // When running in a child process for Mac sandbox tests, the sandbox exists
|
| // to initialize GL, so don't do it here.
|
| if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
|
|
|