Index: cc/test/layer_tree_test.cc |
diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc |
index e865d29ec02b3ce78566ad9365a6078282e59236..51a1a6131a41461ec15e9558ea7639c255bee6ac 100644 |
--- a/cc/test/layer_tree_test.cc |
+++ b/cc/test/layer_tree_test.cc |
@@ -60,8 +60,6 @@ scoped_refptr<cc::ContextProvider> TestHooks:: |
// Adapts LayerTreeHostImpl for test. Runs real code, then invokes test hooks. |
class LayerTreeHostImplForTesting : public LayerTreeHostImpl { |
public: |
- typedef std::vector<LayerImpl*> LayerList; |
- |
static scoped_ptr<LayerTreeHostImplForTesting> Create( |
TestHooks* test_hooks, |
const LayerTreeSettings& settings, |