| Index: sky/engine/core/dom/shadow/InsertionPoint.h
|
| diff --git a/sky/engine/core/dom/shadow/InsertionPoint.h b/sky/engine/core/dom/shadow/InsertionPoint.h
|
| index 29acc209b4e1452b828aad407d38778a8baae053..73aa939545234b37a5770d6e23b2dc1189d196a6 100644
|
| --- a/sky/engine/core/dom/shadow/InsertionPoint.h
|
| +++ b/sky/engine/core/dom/shadow/InsertionPoint.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef InsertionPoint_h
|
| -#define InsertionPoint_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_SHADOW_INSERTIONPOINT_H_
|
| +#define SKY_ENGINE_CORE_DOM_SHADOW_INSERTIONPOINT_H_
|
|
|
| #include "sky/engine/core/css/CSSSelectorList.h"
|
| #include "sky/engine/core/dom/shadow/ContentDistribution.h"
|
| @@ -110,4 +110,4 @@ void collectDestinationInsertionPoints(const Node&, Vector<RawPtr<InsertionPoint
|
|
|
| } // namespace blink
|
|
|
| -#endif // InsertionPoint_h
|
| +#endif // SKY_ENGINE_CORE_DOM_SHADOW_INSERTIONPOINT_H_
|
|
|