| Index: cc/output/layer_quad.h
|
| diff --git a/cc/resources/layer_quad.h b/cc/output/layer_quad.h
|
| similarity index 95%
|
| rename from cc/resources/layer_quad.h
|
| rename to cc/output/layer_quad.h
|
| index 328f6668482361be54d76a1b8b6e7576e20177b6..9ed3ff567bc3d89fedfac4f88831891df34a5a6a 100644
|
| --- a/cc/resources/layer_quad.h
|
| +++ b/cc/output/layer_quad.h
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
|
|
| -#ifndef CC_RESOURCES_LAYER_QUAD_H_
|
| -#define CC_RESOURCES_LAYER_QUAD_H_
|
| +#ifndef CC_OUTPUT_LAYER_QUAD_H_
|
| +#define CC_OUTPUT_LAYER_QUAD_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "cc/base/cc_export.h"
|
| @@ -110,4 +110,4 @@ class CC_EXPORT LayerQuad {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_RESOURCES_LAYER_QUAD_H_
|
| +#endif // CC_OUTPUT_LAYER_QUAD_H_
|
|
|