| Index: sky/engine/web/painting/PaintAggregator.h
|
| diff --git a/sky/engine/web/painting/PaintAggregator.h b/sky/engine/web/painting/PaintAggregator.h
|
| index 588ddc3912ab151bf919b778ecdc9b9254d78b3e..7102999317b37bd6a0c573eb7fd288c5daa4669d 100644
|
| --- a/sky/engine/web/painting/PaintAggregator.h
|
| +++ b/sky/engine/web/painting/PaintAggregator.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef PaintAggregator_h
|
| -#define PaintAggregator_h
|
| +#ifndef SKY_ENGINE_WEB_PAINTING_PAINTAGGREGATOR_H_
|
| +#define SKY_ENGINE_WEB_PAINTING_PAINTAGGREGATOR_H_
|
|
|
| #include "sky/engine/platform/geometry/IntPoint.h"
|
| #include "sky/engine/platform/geometry/IntRect.h"
|
| @@ -89,4 +89,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_WEB_PAINTING_PAINTAGGREGATOR_H_
|
|
|