| Index: cc/layer_painter.h
|
| diff --git a/cc/layer_painter.h b/cc/layer_painter.h
|
| index 2d695a668a4e2252f80bf97ca0acd19c78e4901b..b9dce8d05ec83413333f2afebb8adde25a312a4c 100644
|
| --- a/cc/layer_painter.h
|
| +++ b/cc/layer_painter.h
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
|
|
| -#ifndef LayerPainterChromium_h
|
| -#define LayerPainterChromium_h
|
| +#ifndef CC_LAYER_PAINTER_H_
|
| +#define CC_LAYER_PAINTER_H_
|
|
|
| #include "cc/cc_export.h"
|
|
|
| @@ -24,4 +24,4 @@ public:
|
| };
|
|
|
| } // namespace cc
|
| -#endif // LayerPainterChromium_h
|
| +#endif // CC_LAYER_PAINTER_H_
|
|
|