| Index: sky/engine/bindings/core/v8/ScriptDebugServer.h
|
| diff --git a/sky/engine/bindings/core/v8/ScriptDebugServer.h b/sky/engine/bindings/core/v8/ScriptDebugServer.h
|
| index e6935509b70322e9727532cf185c80e82580cd54..a2ae8b4f28eb32fad0e1da002f868f184bf7ca7c 100644
|
| --- a/sky/engine/bindings/core/v8/ScriptDebugServer.h
|
| +++ b/sky/engine/bindings/core/v8/ScriptDebugServer.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ScriptDebugServer_h
|
| -#define ScriptDebugServer_h
|
| +#ifndef SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTDEBUGSERVER_H_
|
| +#define SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTDEBUGSERVER_H_
|
|
|
| #include "gen/sky/core/InspectorBackendDispatcher.h"
|
| #include "sky/engine/bindings/core/v8/ScopedPersistent.h"
|
| @@ -164,4 +164,4 @@ private:
|
| } // namespace blink
|
|
|
|
|
| -#endif // ScriptDebugServer_h
|
| +#endif // SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTDEBUGSERVER_H_
|
|
|