| Index: sky/engine/core/inspector/ConsoleMessage.h
|
| diff --git a/sky/engine/core/inspector/ConsoleMessage.h b/sky/engine/core/inspector/ConsoleMessage.h
|
| index 46f4b736d5f1ae7d6db8f35c4169e1337cf07e8a..fe85fb7b32126777028b6b889ddbde41a73a26f4 100644
|
| --- a/sky/engine/core/inspector/ConsoleMessage.h
|
| +++ b/sky/engine/core/inspector/ConsoleMessage.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ConsoleMessage_h
|
| -#define ConsoleMessage_h
|
| +#ifndef SKY_ENGINE_CORE_INSPECTOR_CONSOLEMESSAGE_H_
|
| +#define SKY_ENGINE_CORE_INSPECTOR_CONSOLEMESSAGE_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptState.h"
|
| #include "sky/engine/core/frame/ConsoleTypes.h"
|
| @@ -78,4 +78,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ConsoleMessage_h
|
| +#endif // SKY_ENGINE_CORE_INSPECTOR_CONSOLEMESSAGE_H_
|
|
|