| Index: sky/engine/public/web/WebRuntimeFeatures.h
|
| diff --git a/sky/engine/public/web/WebRuntimeFeatures.h b/sky/engine/public/web/WebRuntimeFeatures.h
|
| index 782272fc1ee9a71a562cf409867464ed1c0cc9ea..dafb2fdd517e5d5b377dd93bb0e920caa637df4d 100644
|
| --- a/sky/engine/public/web/WebRuntimeFeatures.h
|
| +++ b/sky/engine/public/web/WebRuntimeFeatures.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebRuntimeFeatures_h
|
| -#define WebRuntimeFeatures_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBRUNTIMEFEATURES_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBRUNTIMEFEATURES_H_
|
|
|
| #include "../platform/WebCommon.h"
|
|
|
| @@ -104,4 +104,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBRUNTIMEFEATURES_H_
|
|
|