| Index: cc/debug/picture_record_benchmark.h
|
| diff --git a/cc/debug/picture_record_benchmark.h b/cc/debug/picture_record_benchmark.h
|
| index 42404b12511fc414ef69e6cc97b6b51be30ce02f..472f6606d361fa176838827d99a559fbcc082cb3 100644
|
| --- a/cc/debug/picture_record_benchmark.h
|
| +++ b/cc/debug/picture_record_benchmark.h
|
| @@ -31,7 +31,7 @@ class CC_EXPORT PictureRecordBenchmark : public MicroBenchmark {
|
|
|
| typedef std::pair<base::TimeDelta, unsigned> TotalTime;
|
| std::map<std::pair<int, int>, TotalTime> times_;
|
| - std::vector<std::pair<int, int> > dimensions_;
|
| + std::vector<std::pair<int, int>> dimensions_;
|
| };
|
|
|
| } // namespace cc
|
|
|