| Index: sky/engine/core/inspector/ScriptBreakpoint.h
|
| diff --git a/sky/engine/core/inspector/ScriptBreakpoint.h b/sky/engine/core/inspector/ScriptBreakpoint.h
|
| index 83a96e21d9e62dec54c346e1afb0c5aaa78b558d..e8f695e790da37bfae167a1dd47935fb42edbb39 100644
|
| --- a/sky/engine/core/inspector/ScriptBreakpoint.h
|
| +++ b/sky/engine/core/inspector/ScriptBreakpoint.h
|
| @@ -27,8 +27,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ScriptBreakpoint_h
|
| -#define ScriptBreakpoint_h
|
| +#ifndef SKY_ENGINE_CORE_INSPECTOR_SCRIPTBREAKPOINT_H_
|
| +#define SKY_ENGINE_CORE_INSPECTOR_SCRIPTBREAKPOINT_H_
|
|
|
| #include "sky/engine/wtf/text/WTFString.h"
|
|
|
| @@ -53,4 +53,4 @@ struct ScriptBreakpoint {
|
|
|
| } // namespace blink
|
|
|
| -#endif // !defined(ScriptBreakpoint_h)
|
| +#endif // SKY_ENGINE_CORE_INSPECTOR_SCRIPTBREAKPOINT_H_
|
|
|