| Index: sky/engine/public/platform/WebRenderingStats.h
|
| diff --git a/sky/engine/public/platform/WebRenderingStats.h b/sky/engine/public/platform/WebRenderingStats.h
|
| index ddd117af127a2a0117044dc1a687790ebab6b41c..5f95b2d739e43e54ec838165f0f0934fd909c6d3 100644
|
| --- a/sky/engine/public/platform/WebRenderingStats.h
|
| +++ b/sky/engine/public/platform/WebRenderingStats.h
|
| @@ -23,8 +23,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebRenderingStats_h
|
| -#define WebRenderingStats_h
|
| +#ifndef SKY_ENGINE_PUBLIC_PLATFORM_WEBRENDERINGSTATS_H_
|
| +#define SKY_ENGINE_PUBLIC_PLATFORM_WEBRENDERINGSTATS_H_
|
|
|
| namespace blink {
|
|
|
| @@ -36,4 +36,4 @@ struct WebRenderingStats {
|
|
|
| } // namespace blink
|
|
|
| -#endif // WebRenderingStats_h
|
| +#endif // SKY_ENGINE_PUBLIC_PLATFORM_WEBRENDERINGSTATS_H_
|
|
|