| Index: third_party/WebKit/Source/platform/text/Hyphenation.h
|
| diff --git a/third_party/WebKit/Source/platform/text/Hyphenation.h b/third_party/WebKit/Source/platform/text/Hyphenation.h
|
| index 56b664696eea56aeec3f6bd962d464efce66e5d5..5df0677a3f0dc362ca6dc85f4f46bb048888a88c 100644
|
| --- a/third_party/WebKit/Source/platform/text/Hyphenation.h
|
| +++ b/third_party/WebKit/Source/platform/text/Hyphenation.h
|
| @@ -6,11 +6,11 @@
|
| #define Hyphenation_h
|
|
|
| #include "platform/PlatformExport.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/text/AtomicStringHash.h"
|
| -#include "wtf/text/StringHash.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/RefCounted.h"
|
| +#include "platform/wtf/text/AtomicStringHash.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|