| Index: sky/engine/core/dom/UserActionElementSet.h
|
| diff --git a/sky/engine/core/dom/UserActionElementSet.h b/sky/engine/core/dom/UserActionElementSet.h
|
| index 1acec9d8c15c239f67d4d73e7d4c85eb4e62e9d0..dc197978ba2e76dd3899326c4e5f274b3dbe9c66 100644
|
| --- a/sky/engine/core/dom/UserActionElementSet.h
|
| +++ b/sky/engine/core/dom/UserActionElementSet.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef UserActionElementSet_h
|
| -#define UserActionElementSet_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_USERACTIONELEMENTSET_H_
|
| +#define SKY_ENGINE_CORE_DOM_USERACTIONELEMENTSET_H_
|
|
|
| #include "sky/engine/platform/heap/Handle.h"
|
| #include "sky/engine/wtf/HashMap.h"
|
| @@ -81,4 +81,4 @@ private:
|
|
|
| } // namespace
|
|
|
| -#endif // UserActionElementSet_h
|
| +#endif // SKY_ENGINE_CORE_DOM_USERACTIONELEMENTSET_H_
|
|
|