| Index: cc/raster/task_graph_runner.h
|
| diff --git a/cc/resources/task_graph_runner.h b/cc/raster/task_graph_runner.h
|
| similarity index 98%
|
| rename from cc/resources/task_graph_runner.h
|
| rename to cc/raster/task_graph_runner.h
|
| index 2ff085d76cb9fd5eac10414d2a7d6768c85acd86..a54984353b0b75955f96e5fb41a0a593b8f1f822 100644
|
| --- a/cc/resources/task_graph_runner.h
|
| +++ b/cc/raster/task_graph_runner.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_RESOURCES_TASK_GRAPH_RUNNER_H_
|
| -#define CC_RESOURCES_TASK_GRAPH_RUNNER_H_
|
| +#ifndef CC_RASTER_TASK_GRAPH_RUNNER_H_
|
| +#define CC_RASTER_TASK_GRAPH_RUNNER_H_
|
|
|
| #include <map>
|
| #include <vector>
|
| @@ -229,4 +229,4 @@ class CC_EXPORT TaskGraphRunner {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_RESOURCES_TASK_GRAPH_RUNNER_H_
|
| +#endif // CC_RASTER_TASK_GRAPH_RUNNER_H_
|
|
|