| Index: third_party/WebKit/Source/platform/fonts/Font.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/Font.h b/third_party/WebKit/Source/platform/fonts/Font.h
|
| index 13c58d7d83d385d96f90a07dbdc8ed5cb739d1d1..20642c201917a59857acf8ab3e0c88c5db1b1343 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/Font.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/Font.h
|
| @@ -35,11 +35,11 @@
|
| #include "platform/graphics/paint/PaintFlags.h"
|
| #include "platform/text/TabSize.h"
|
| #include "platform/text/TextDirection.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/text/CharacterNames.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/text/CharacterNames.h"
|
|
|
| namespace blink {
|
|
|
|
|