| Index: sky/engine/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/sky/engine/core/inspector/InspectorDebuggerAgent.h b/sky/engine/core/inspector/InspectorDebuggerAgent.h
|
| index 93f83f2bc8c138dcdc809a331ac28b6b973682b8..e0662652e37928851c91b103370790c0f4504f6c 100644
|
| --- a/sky/engine/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/sky/engine/core/inspector/InspectorDebuggerAgent.h
|
| @@ -27,8 +27,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef InspectorDebuggerAgent_h
|
| -#define InspectorDebuggerAgent_h
|
| +#ifndef SKY_ENGINE_CORE_INSPECTOR_INSPECTORDEBUGGERAGENT_H_
|
| +#define SKY_ENGINE_CORE_INSPECTOR_INSPECTORDEBUGGERAGENT_H_
|
|
|
| #include "gen/sky/core/InspectorFrontend.h"
|
| #include "sky/engine/bindings/core/v8/ScriptState.h"
|
| @@ -272,4 +272,4 @@ private:
|
| } // namespace blink
|
|
|
|
|
| -#endif // !defined(InspectorDebuggerAgent_h)
|
| +#endif // SKY_ENGINE_CORE_INSPECTOR_INSPECTORDEBUGGERAGENT_H_
|
|
|