Index: content/test/content_test_suite.cc |
diff --git a/content/test/content_test_suite.cc b/content/test/content_test_suite.cc |
index 57a2fbc5927893eca5745515d99aafe8058006cd..b7b105546bc8d28723012fb8c74b5c8c34fcbffc 100644 |
--- a/content/test/content_test_suite.cc |
+++ b/content/test/content_test_suite.cc |
@@ -123,7 +123,7 @@ void ContentTestSuite::Initialize() { |
} |
RegisterPathProvider(); |
#if !defined(OS_IOS) |
- media::InitializeMediaLibraryForTesting(); |
+ media::InitializeMediaLibrary(); |
// 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( |