| Index: sky/engine/wtf/text/StringUTF8Adaptor.h
|
| diff --git a/sky/engine/wtf/text/StringUTF8Adaptor.h b/sky/engine/wtf/text/StringUTF8Adaptor.h
|
| index b3477f73a3625c52c043f611338e2782c358d118..73d5f1ef7b30d12c2ba6ef50d765633b7867e093 100644
|
| --- a/sky/engine/wtf/text/StringUTF8Adaptor.h
|
| +++ b/sky/engine/wtf/text/StringUTF8Adaptor.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef StringUTF8Adaptor_h
|
| -#define StringUTF8Adaptor_h
|
| +#ifndef SKY_ENGINE_WTF_TEXT_STRINGUTF8ADAPTOR_H_
|
| +#define SKY_ENGINE_WTF_TEXT_STRINGUTF8ADAPTOR_H_
|
|
|
| #include "sky/engine/wtf/text/CString.h"
|
| #include "sky/engine/wtf/text/TextEncoding.h"
|
| @@ -83,4 +83,4 @@ private:
|
|
|
| using WTF::StringUTF8Adaptor;
|
|
|
| -#endif // StringUTF8Adaptor_h
|
| +#endif // SKY_ENGINE_WTF_TEXT_STRINGUTF8ADAPTOR_H_
|
|
|