| Index: fpdfsdk/include/javascript/color.h
|
| diff --git a/fpdfsdk/include/javascript/color.h b/fpdfsdk/include/javascript/color.h
|
| index 6eeb37be7e7c1a3c32fc9916507a62e4d2fb7fda..f85c912f304282299357bafcb318519bbbc95531 100644
|
| --- a/fpdfsdk/include/javascript/color.h
|
| +++ b/fpdfsdk/include/javascript/color.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _COLOR_H_
|
| -#define _COLOR_H_
|
| +#ifndef COLOR_H_
|
| +#define COLOR_H_
|
|
|
| #include "JS_Define.h"
|
| // TODO(tsepez): include CPWL_Color.h once its own IWYU is fixed.
|
| @@ -77,5 +77,4 @@ public:
|
|
|
| };
|
|
|
| -#endif //_COLOR_H_
|
| -
|
| +#endif // COLOR_H_
|
|
|