| Index: sky/engine/core/editing/SmartReplace.h
|
| diff --git a/sky/engine/core/editing/SmartReplace.h b/sky/engine/core/editing/SmartReplace.h
|
| index cf5cff2500c4aecbc388ad7cd80fb2ec982b8dc5..e401d5c5cdcf19d9a45e75ee36d55ca03417dfde 100644
|
| --- a/sky/engine/core/editing/SmartReplace.h
|
| +++ b/sky/engine/core/editing/SmartReplace.h
|
| @@ -26,8 +26,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef SmartReplace_h
|
| -#define SmartReplace_h
|
| +#ifndef SKY_ENGINE_CORE_EDITING_SMARTREPLACE_H_
|
| +#define SKY_ENGINE_CORE_EDITING_SMARTREPLACE_H_
|
|
|
| #include "sky/engine/wtf/unicode/Unicode.h"
|
|
|
| @@ -37,4 +37,4 @@ bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter);
|
|
|
| } // namespace blink
|
|
|
| -#endif // SmartReplace_h
|
| +#endif // SKY_ENGINE_CORE_EDITING_SMARTREPLACE_H_
|
|
|