| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index d21cc8c9e7601dc2f6cf7483e88befec9d73ffc5..565dc44287e129f626504d1221b2bfa933a2f6b9 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -17,14 +17,14 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/observer_list.h"
|
| -#include "cc/base/cc_export.h"
|
| #include "cc/base/region.h"
|
| +#include "cc/cc_export.h"
|
| #include "cc/debug/micro_benchmark.h"
|
| #include "cc/input/input_handler.h"
|
| #include "cc/layers/layer_collections.h"
|
| #include "cc/layers/layer_position_constraint.h"
|
| #include "cc/layers/paint_properties.h"
|
| -#include "cc/output/filter_operations.h"
|
| +#include "cc/paint/filter_operations.h"
|
| #include "cc/paint/paint_record.h"
|
| #include "cc/trees/element_id.h"
|
| #include "cc/trees/mutator_host_client.h"
|
|
|