| Index: third_party/WebKit/Source/platform/wtf/text/TextPosition.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/TextPosition.h b/third_party/WebKit/Source/platform/wtf/text/TextPosition.h
|
| similarity index 95%
|
| copy from third_party/WebKit/Source/wtf/text/TextPosition.h
|
| copy to third_party/WebKit/Source/platform/wtf/text/TextPosition.h
|
| index ca8c6db139c17f099ace66fa6378496bf454b1a6..7cbe7732110c5d522d31bb35115aff24c0fbff54 100644
|
| --- a/third_party/WebKit/Source/wtf/text/TextPosition.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/TextPosition.h
|
| @@ -26,11 +26,11 @@
|
| #ifndef TextPosition_h
|
| #define TextPosition_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/WTFExport.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/WTFExport.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include <memory>
|
|
|
| namespace WTF {
|
|
|