| Index: sky/engine/core/inspector/InjectedScript.h
|
| diff --git a/sky/engine/core/inspector/InjectedScript.h b/sky/engine/core/inspector/InjectedScript.h
|
| index b1f5a9d4ce77307203c30ed8692238d659f4d88d..37c6d96992cb0c3a1606f2cf2e57b865375402c8 100644
|
| --- a/sky/engine/core/inspector/InjectedScript.h
|
| +++ b/sky/engine/core/inspector/InjectedScript.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef InjectedScript_h
|
| -#define InjectedScript_h
|
| +#ifndef SKY_ENGINE_CORE_INSPECTOR_INJECTEDSCRIPT_H_
|
| +#define SKY_ENGINE_CORE_INSPECTOR_INJECTEDSCRIPT_H_
|
|
|
| #include "gen/sky/core/InspectorTypeBuilder.h"
|
| #include "sky/engine/bindings/core/v8/ScriptValue.h"
|
| @@ -113,4 +113,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_INSPECTOR_INJECTEDSCRIPT_H_
|
|
|