Index: cc/test/fake_painted_scrollbar_layer.h |
diff --git a/cc/test/fake_painted_scrollbar_layer.h b/cc/test/fake_painted_scrollbar_layer.h |
index f531299c891172c9fdb96ce73237677f58dc1ecd..0fb34375c5f0b7551ca4defce55a571a974ba5d8 100644 |
--- a/cc/test/fake_painted_scrollbar_layer.h |
+++ b/cc/test/fake_painted_scrollbar_layer.h |
@@ -25,7 +25,7 @@ class FakePaintedScrollbarLayer : public PaintedScrollbarLayer { |
virtual void PushPropertiesTo(LayerImpl* layer) override; |
- scoped_ptr<base::AutoReset<bool> > IgnoreSetNeedsCommit(); |
+ scoped_ptr<base::AutoReset<bool>> IgnoreSetNeedsCommit(); |
size_t push_properties_count() const { return push_properties_count_; } |
void reset_push_properties_count() { push_properties_count_ = 0; } |