| Index: third_party/WebKit/Source/platform/fonts/opentype/FontSettings.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.cpp b/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.cpp
|
| index 6759f2316b1ed5b1290c7324838ce58ea647898c..336aedbad8f89f4d8b79ff07906dad0715260212 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.cpp
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "platform/fonts/opentype/FontSettings.h"
|
|
|
| -#include "wtf/HashFunctions.h"
|
| -#include "wtf/StringHasher.h"
|
| -#include "wtf/text/AtomicStringHash.h"
|
| -#include "wtf/text/StringHash.h"
|
| +#include "platform/wtf/HashFunctions.h"
|
| +#include "platform/wtf/StringHasher.h"
|
| +#include "platform/wtf/text/AtomicStringHash.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|