| Index: sky/engine/core/dom/custom/CustomElementException.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementException.h b/sky/engine/core/dom/custom/CustomElementException.h
|
| index 30caf4ddf3122830b43ae35a8281601785758679..ac86bc4972063fa30af3e2ec33e0bdec5ae37468 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementException.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementException.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CustomElementException_h
|
| -#define CustomElementException_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTEXCEPTION_H_
|
| +#define SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTEXCEPTION_H_
|
|
|
| #include "sky/engine/wtf/text/AtomicString.h"
|
| #include "sky/engine/wtf/text/WTFString.h"
|
| @@ -64,4 +64,4 @@ private:
|
|
|
| }
|
|
|
| -#endif // CustomElementException_h
|
| +#endif // SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTEXCEPTION_H_
|
|
|