| Index: third_party/WebKit/Source/platform/text/StringTruncator.h
|
| diff --git a/third_party/WebKit/Source/platform/text/StringTruncator.h b/third_party/WebKit/Source/platform/text/StringTruncator.h
|
| index 71dac557fdfb3bee1159f85224b8a0ab9047180f..856b7d4ddfe93db7956ea6c086803da07c8064c8 100644
|
| --- a/third_party/WebKit/Source/platform/text/StringTruncator.h
|
| +++ b/third_party/WebKit/Source/platform/text/StringTruncator.h
|
| @@ -30,8 +30,8 @@
|
| #define StringTruncator_h
|
|
|
| #include "platform/PlatformExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Forward.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Forward.h"
|
|
|
| namespace blink {
|
|
|
|
|