| Index: third_party/WebKit/Source/platform/wtf/text/StringBuffer.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringBuffer.h b/third_party/WebKit/Source/platform/wtf/text/StringBuffer.h
|
| similarity index 94%
|
| copy from third_party/WebKit/Source/wtf/text/StringBuffer.h
|
| copy to third_party/WebKit/Source/platform/wtf/text/StringBuffer.h
|
| index 46b98cbcabc99a52786689a9496c2ee4e2c79820..1d409b2147d6b88a8ac6cdcfc5e8fd744508a5a1 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/StringBuffer.h
|
| @@ -29,10 +29,10 @@
|
| #ifndef StringBuffer_h
|
| #define StringBuffer_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/text/StringImpl.h"
|
| -#include "wtf/text/Unicode.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/text/StringImpl.h"
|
| +#include "platform/wtf/text/Unicode.h"
|
|
|
| namespace WTF {
|
|
|
|
|