| Index: sky/engine/core/inspector/InjectedScriptManager.h
|
| diff --git a/sky/engine/core/inspector/InjectedScriptManager.h b/sky/engine/core/inspector/InjectedScriptManager.h
|
| index 5ac563458685ccfd6d5aaa36d18f4a33ac203e40..94db6ccf7e54cd601d65c512ef0c2d3389376c8f 100644
|
| --- a/sky/engine/core/inspector/InjectedScriptManager.h
|
| +++ b/sky/engine/core/inspector/InjectedScriptManager.h
|
| @@ -27,8 +27,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef InjectedScriptManager_h
|
| -#define InjectedScriptManager_h
|
| +#ifndef SKY_ENGINE_CORE_INSPECTOR_INJECTEDSCRIPTMANAGER_H_
|
| +#define SKY_ENGINE_CORE_INSPECTOR_INJECTEDSCRIPTMANAGER_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptState.h"
|
| #include "sky/engine/wtf/Forward.h"
|
| @@ -90,4 +90,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // !defined(InjectedScriptManager_h)
|
| +#endif // SKY_ENGINE_CORE_INSPECTOR_INJECTEDSCRIPTMANAGER_H_
|
|
|