| Index: sky/engine/v8_inspector/PageScriptDebugServer.h
|
| diff --git a/sky/engine/v8_inspector/PageScriptDebugServer.h b/sky/engine/v8_inspector/PageScriptDebugServer.h
|
| index 53b1cb3e624c740b70f7ad899b8a0e914891cd8c..351145387c4228d4baf9df23f0a572065a854940 100644
|
| --- a/sky/engine/v8_inspector/PageScriptDebugServer.h
|
| +++ b/sky/engine/v8_inspector/PageScriptDebugServer.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef PageScriptDebugServer_h
|
| -#define PageScriptDebugServer_h
|
| +#ifndef SKY_ENGINE_V8_INSPECTOR_PAGESCRIPTDEBUGSERVER_H_
|
| +#define SKY_ENGINE_V8_INSPECTOR_PAGESCRIPTDEBUGSERVER_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptDebugServer.h"
|
| #include "sky/engine/bindings/core/v8/ScriptPreprocessor.h"
|
| @@ -103,4 +103,4 @@ private:
|
| } // namespace blink
|
|
|
|
|
| -#endif // PageScriptDebugServer_h
|
| +#endif // SKY_ENGINE_V8_INSPECTOR_PAGESCRIPTDEBUGSERVER_H_
|
|
|