| Index: sky/engine/platform/JSONValues.h
|
| diff --git a/sky/engine/platform/JSONValues.h b/sky/engine/platform/JSONValues.h
|
| index f68183e5c2a4e76330b7b62ca360f4eee78df232..4f634a35e255d111e55fc433c5b810fa83554d2c 100644
|
| --- a/sky/engine/platform/JSONValues.h
|
| +++ b/sky/engine/platform/JSONValues.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef JSONValues_h
|
| -#define JSONValues_h
|
| +#ifndef SKY_ENGINE_PLATFORM_JSONVALUES_H_
|
| +#define SKY_ENGINE_PLATFORM_JSONVALUES_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/wtf/Forward.h"
|
| @@ -316,4 +316,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // !defined(JSONValues_h)
|
| +#endif // SKY_ENGINE_PLATFORM_JSONVALUES_H_
|
|
|