| Index: cc/resources/task_graph_runner_perftest.cc
|
| diff --git a/cc/resources/task_graph_runner_perftest.cc b/cc/resources/task_graph_runner_perftest.cc
|
| index 999043fb384c49c1da3ee1ca9574bce38cdc14e9..2ce6dc8eeb0f9d5d52876dc3878791174613e242 100644
|
| --- a/cc/resources/task_graph_runner_perftest.cc
|
| +++ b/cc/resources/task_graph_runner_perftest.cc
|
| @@ -22,7 +22,7 @@ static const int kTimeCheckInterval = 10;
|
|
|
| class PerfTaskImpl : public Task {
|
| public:
|
| - typedef std::vector<scoped_refptr<PerfTaskImpl> > Vector;
|
| + typedef std::vector<scoped_refptr<PerfTaskImpl>> Vector;
|
|
|
| PerfTaskImpl() {}
|
|
|
|
|