| Index: cc/resources/task_graph_runner.h
|
| diff --git a/cc/resources/task_graph_runner.h b/cc/resources/task_graph_runner.h
|
| index 0ed714097ad22f603c6e5c746b78b6ab1c3c0f48..2ff085d76cb9fd5eac10414d2a7d6768c85acd86 100644
|
| --- a/cc/resources/task_graph_runner.h
|
| +++ b/cc/resources/task_graph_runner.h
|
| @@ -17,7 +17,7 @@ namespace cc {
|
|
|
| class CC_EXPORT Task : public base::RefCountedThreadSafe<Task> {
|
| public:
|
| - typedef std::vector<scoped_refptr<Task> > Vector;
|
| + typedef std::vector<scoped_refptr<Task>> Vector;
|
|
|
| virtual void RunOnWorkerThread() = 0;
|
|
|
|
|