| Index: third_party/WebKit/Source/platform/fonts/FontDescription.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontDescription.cpp b/third_party/WebKit/Source/platform/fonts/FontDescription.cpp
|
| index b8c4da4b2f2a63b16a2ba2547c7adfcb0bc34709..8ac4079d571df9ee2dcf77dfff662d4ecddecda8 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontDescription.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontDescription.cpp
|
| @@ -31,9 +31,9 @@
|
|
|
| #include "platform/Language.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| -#include "wtf/StringHasher.h"
|
| -#include "wtf/text/AtomicStringHash.h"
|
| -#include "wtf/text/StringHash.h"
|
| +#include "platform/wtf/StringHasher.h"
|
| +#include "platform/wtf/text/AtomicStringHash.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|