| Index: third_party/WebKit/Source/core/css/LocalFontFaceSource.h
|
| diff --git a/third_party/WebKit/Source/core/css/LocalFontFaceSource.h b/third_party/WebKit/Source/core/css/LocalFontFaceSource.h
|
| index 77c99bc97c1b9ef63a3987f000310ecafc5b786e..3d1b2869df55c1cabcb460136f8b3d135d5c8deb 100644
|
| --- a/third_party/WebKit/Source/core/css/LocalFontFaceSource.h
|
| +++ b/third_party/WebKit/Source/core/css/LocalFontFaceSource.h
|
| @@ -6,8 +6,8 @@
|
| #define LocalFontFaceSource_h
|
|
|
| #include "core/css/CSSFontFaceSource.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|