Index: cc/trees/layer_tree_host_unittest.cc |
diff --git a/cc/trees/layer_tree_host_unittest.cc b/cc/trees/layer_tree_host_unittest.cc |
index 8a403c46c93aab7353d4243dad2a4ee4b59a6928..25efb786b8b666acd26a371b630658de38afdc17 100644 |
--- a/cc/trees/layer_tree_host_unittest.cc |
+++ b/cc/trees/layer_tree_host_unittest.cc |
@@ -697,7 +697,7 @@ class LayerTreeHostTestDeviceScaleFactorScalesViewportAndLayers |
impl->PrepareToDraw(&frame_data); |
impl->DidDrawAllLayers(frame_data); |
- const LayerTreeHostImpl::LayerList& render_surface_layer_list = |
+ const LayerImplList& render_surface_layer_list = |
*frame_data.render_surface_layer_list; |
// Both layers should be drawing into the root render surface. |