| Index: sky/engine/public/web/WebTextAffinity.h
|
| diff --git a/sky/engine/public/web/WebTextAffinity.h b/sky/engine/public/web/WebTextAffinity.h
|
| index 54e1d9839ab1998d987b272534893f339323ab1a..d2eaf1c34b416bdbbffb62ab10009481d6e0463b 100644
|
| --- a/sky/engine/public/web/WebTextAffinity.h
|
| +++ b/sky/engine/public/web/WebTextAffinity.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebTextAffinity_h
|
| -#define WebTextAffinity_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBTEXTAFFINITY_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBTEXTAFFINITY_H_
|
|
|
| namespace blink {
|
|
|
| @@ -41,4 +41,4 @@ enum WebTextAffinity {
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBTEXTAFFINITY_H_
|
|
|