| Index: third_party/WebKit/Source/platform/fonts/FontTraits.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontTraits.h b/third_party/WebKit/Source/platform/fonts/FontTraits.h
|
| index e22e97645c388089939e5c2d33175b8ca39e717b..4dce37bb55a20d54eac6b679393b15ab92653018 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontTraits.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontTraits.h
|
| @@ -27,8 +27,8 @@
|
| #ifndef FontTraits_h
|
| #define FontTraits_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Assertions.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
|
|