Index: cc/test/layer_tree_pixel_test.h |
diff --git a/cc/test/layer_tree_pixel_test.h b/cc/test/layer_tree_pixel_test.h |
index a29e0f1226069344169e814b9ebe4dcfb8232539..eae283ba66e3d51dd21fd636271cd4f91a9c9094 100644 |
--- a/cc/test/layer_tree_pixel_test.h |
+++ b/cc/test/layer_tree_pixel_test.h |
@@ -100,7 +100,7 @@ class LayerTreePixelTest : public LayerTreeTest { |
Layer* readback_target_; |
base::FilePath ref_file_; |
scoped_ptr<SkBitmap> result_bitmap_; |
- std::vector<scoped_refptr<TextureLayer> > texture_layers_; |
+ std::vector<scoped_refptr<TextureLayer>> texture_layers_; |
int pending_texture_mailbox_callbacks_; |
bool impl_side_painting_; |
}; |