| Index: sky/engine/core/inspector/ScriptGCEventListener.h
|
| diff --git a/sky/engine/core/inspector/ScriptGCEventListener.h b/sky/engine/core/inspector/ScriptGCEventListener.h
|
| index 4a3347c289865dc2978ac4cb15f5c01c47e73444..5af2c75ca45e7972df69d1118020401fe55b1ec7 100644
|
| --- a/sky/engine/core/inspector/ScriptGCEventListener.h
|
| +++ b/sky/engine/core/inspector/ScriptGCEventListener.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ScriptGCEventListener_h
|
| -#define ScriptGCEventListener_h
|
| +#ifndef SKY_ENGINE_CORE_INSPECTOR_SCRIPTGCEVENTLISTENER_H_
|
| +#define SKY_ENGINE_CORE_INSPECTOR_SCRIPTGCEVENTLISTENER_H_
|
|
|
|
|
| namespace blink {
|
| @@ -43,4 +43,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // !defined(ScriptGCEventListener_h)
|
| +#endif // SKY_ENGINE_CORE_INSPECTOR_SCRIPTGCEVENTLISTENER_H_
|
|
|