| Index: cc/layers/heads_up_display_unittest.cc
|
| diff --git a/cc/layers/heads_up_display_unittest.cc b/cc/layers/heads_up_display_unittest.cc
|
| index 532a169c3683b8a47dc543b49d507db754cc9fb0..312e482ff2db281c2ca06fc7733c402535ebe45b 100644
|
| --- a/cc/layers/heads_up_display_unittest.cc
|
| +++ b/cc/layers/heads_up_display_unittest.cc
|
| @@ -26,7 +26,7 @@ class DrawsContentLayer : public Layer {
|
| bool DrawsContent() const override { return true; }
|
|
|
| private:
|
| - DrawsContentLayer() : Layer(LayerSettings()) {}
|
| + DrawsContentLayer() : Layer() {}
|
| ~DrawsContentLayer() override {}
|
| };
|
|
|
|
|