| Index: third_party/WebKit/Source/platform/text/SuffixTree.h
|
| diff --git a/third_party/WebKit/Source/platform/text/SuffixTree.h b/third_party/WebKit/Source/platform/text/SuffixTree.h
|
| index b766ba07be198c5d4339c1234bc1f8dc7bf72f1d..3126222c029f524885766b25707f115a75583997 100644
|
| --- a/third_party/WebKit/Source/platform/text/SuffixTree.h
|
| +++ b/third_party/WebKit/Source/platform/text/SuffixTree.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef SuffixTree_h
|
| #define SuffixTree_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|