| Index: sky/engine/wtf/text/StringConcatenate.h
|
| diff --git a/sky/engine/wtf/text/StringConcatenate.h b/sky/engine/wtf/text/StringConcatenate.h
|
| index f96279029af1fa0cde92164b45a5a2ae78f0d04a..7c74af1fecd52d908bf5d50c4f28ad870cbb7a09 100644
|
| --- a/sky/engine/wtf/text/StringConcatenate.h
|
| +++ b/sky/engine/wtf/text/StringConcatenate.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef StringConcatenate_h
|
| -#define StringConcatenate_h
|
| +#ifndef SKY_ENGINE_WTF_TEXT_STRINGCONCATENATE_H_
|
| +#define SKY_ENGINE_WTF_TEXT_STRINGCONCATENATE_H_
|
|
|
| #include <string.h>
|
|
|
| @@ -437,4 +437,4 @@ PassRefPtr<StringImpl> makeString(StringType1 string1, StringType2 string2)
|
| } // namespace WTF
|
|
|
| #include "sky/engine/wtf/text/StringOperators.h"
|
| -#endif
|
| +#endif // SKY_ENGINE_WTF_TEXT_STRINGCONCATENATE_H_
|
|
|