| Index: sky/engine/core/inspector/InspectorTraceEvents.h
|
| diff --git a/sky/engine/core/inspector/InspectorTraceEvents.h b/sky/engine/core/inspector/InspectorTraceEvents.h
|
| index 21a6971eacc6fa71270eb4cfa6d868469204510d..33c60ef700d8762e88eb17b5b13ca9a60e122eb5 100644
|
| --- a/sky/engine/core/inspector/InspectorTraceEvents.h
|
| +++ b/sky/engine/core/inspector/InspectorTraceEvents.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 InspectorTraceEvents_h
|
| -#define InspectorTraceEvents_h
|
| +#ifndef SKY_ENGINE_CORE_INSPECTOR_INSPECTORTRACEEVENTS_H_
|
| +#define SKY_ENGINE_CORE_INSPECTOR_INSPECTORTRACEEVENTS_H_
|
|
|
| #include "sky/engine/platform/EventTracer.h"
|
| #include "sky/engine/platform/TraceEvent.h"
|
| @@ -131,4 +131,4 @@ public:
|
| } // namespace blink
|
|
|
|
|
| -#endif // !defined(InspectorTraceEvents_h)
|
| +#endif // SKY_ENGINE_CORE_INSPECTOR_INSPECTORTRACEEVENTS_H_
|
|
|