| Index: remoting/base/run_all_unittests.cc
|
| diff --git a/remoting/base/run_all_unittests.cc b/remoting/base/run_all_unittests.cc
|
| index 5f52f7e9721cb0d26eab8ecd7e6861552e71a32e..a9c5b641b4473fad4e5cbd2a5f57b5f6e7278ca2 100644
|
| --- a/remoting/base/run_all_unittests.cc
|
| +++ b/remoting/base/run_all_unittests.cc
|
| @@ -14,8 +14,8 @@ int main(int argc, char** argv) {
|
| // single-threaded.
|
| net::EnableSSLServerSockets();
|
|
|
| - // Ensures runtime specific CPU features are initialized.
|
| - media::InitializeCPUSpecificMediaFeatures();
|
| + // Ensures that media library and specific CPU features are initialized.
|
| + media::InitializeMediaLibrary();
|
|
|
| return base::LaunchUnitTests(
|
| argc, argv, base::Bind(&base::TestSuite::Run,
|
|
|