| Index: sky/engine/core/inspector/ScriptDebugListener.h
|
| diff --git a/sky/engine/core/inspector/ScriptDebugListener.h b/sky/engine/core/inspector/ScriptDebugListener.h
|
| index 8eae219833f96a883535a56d5b771ade79eea906..fff4db0fb8288f9ff3763975af4ac4f574d26643 100644
|
| --- a/sky/engine/core/inspector/ScriptDebugListener.h
|
| +++ b/sky/engine/core/inspector/ScriptDebugListener.h
|
| @@ -27,8 +27,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ScriptDebugListener_h
|
| -#define ScriptDebugListener_h
|
| +#ifndef SKY_ENGINE_CORE_INSPECTOR_SCRIPTDEBUGLISTENER_H_
|
| +#define SKY_ENGINE_CORE_INSPECTOR_SCRIPTDEBUGLISTENER_H_
|
|
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptState.h"
|
| @@ -86,4 +86,4 @@ public:
|
| } // namespace blink
|
|
|
|
|
| -#endif // ScriptDebugListener_h
|
| +#endif // SKY_ENGINE_CORE_INSPECTOR_SCRIPTDEBUGLISTENER_H_
|
|
|