| Index: sky/engine/core/inspector/ConsoleAPITypes.h
|
| diff --git a/sky/engine/core/inspector/ConsoleAPITypes.h b/sky/engine/core/inspector/ConsoleAPITypes.h
|
| index 59487b86a9cfbbf2ca102098f194dd11556647de..ee0e4061b0d7c3f40bcc9139d13e5784b04f2b80 100644
|
| --- a/sky/engine/core/inspector/ConsoleAPITypes.h
|
| +++ b/sky/engine/core/inspector/ConsoleAPITypes.h
|
| @@ -22,8 +22,8 @@
|
| * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ConsoleAPITypes_h
|
| -#define ConsoleAPITypes_h
|
| +#ifndef SKY_ENGINE_CORE_INSPECTOR_CONSOLEAPITYPES_H_
|
| +#define SKY_ENGINE_CORE_INSPECTOR_CONSOLEAPITYPES_H_
|
|
|
| namespace blink {
|
|
|
| @@ -44,4 +44,4 @@ enum MessageType {
|
|
|
| } // namespace blink
|
|
|
| -#endif // ConsoleAPITypes_h
|
| +#endif // SKY_ENGINE_CORE_INSPECTOR_CONSOLEAPITYPES_H_
|
|
|