| Index: sky/engine/wtf/text/StringBuilder.h
|
| diff --git a/sky/engine/wtf/text/StringBuilder.h b/sky/engine/wtf/text/StringBuilder.h
|
| index 4d3111e7b2e80374ccaf8920a28e48de6d1aa663..7c7292ace943abcf31dacc3c3039abac5f53a5e6 100644
|
| --- a/sky/engine/wtf/text/StringBuilder.h
|
| +++ b/sky/engine/wtf/text/StringBuilder.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef StringBuilder_h
|
| -#define StringBuilder_h
|
| +#ifndef SKY_ENGINE_WTF_TEXT_STRINGBUILDER_H_
|
| +#define SKY_ENGINE_WTF_TEXT_STRINGBUILDER_H_
|
|
|
| #include "sky/engine/wtf/WTFExport.h"
|
| #include "sky/engine/wtf/text/AtomicString.h"
|
| @@ -399,4 +399,4 @@ inline bool operator!=(const String& a, const StringBuilder& b) { return !equal(
|
|
|
| using WTF::StringBuilder;
|
|
|
| -#endif // StringBuilder_h
|
| +#endif // SKY_ENGINE_WTF_TEXT_STRINGBUILDER_H_
|
|
|