| Index: cc/trees/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
|
| index ffc0b31e74605f81ba66b7e6420b7af9821843ca..58c9ddee4089a6210a40a030033034dac0dc7701 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -101,7 +101,7 @@ class LayerTreeHostImplTest : public testing::Test,
|
| reduce_memory_result_(true),
|
| current_limit_bytes_(0),
|
| current_priority_cutoff_value_(0) {
|
| - media::InitializeMediaLibraryForTesting();
|
| + media::InitializeMediaLibrary();
|
| }
|
|
|
| LayerTreeSettings DefaultSettings() {
|
|
|