| Index: third_party/WebKit/Source/core/css/CSSFontFaceSource.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSFontFaceSource.h b/third_party/WebKit/Source/core/css/CSSFontFaceSource.h
|
| index 7dca675054fca52531cc2b51ef2be9e0f1d3f4a6..f7be333d8a0daa7a03b11c17bae39cdf51a0512b 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSFontFaceSource.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSFontFaceSource.h
|
| @@ -29,8 +29,8 @@
|
| #include "core/CoreExport.h"
|
| #include "platform/fonts/FontCacheKey.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashMap.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashMap.h"
|
|
|
| namespace blink {
|
|
|
|
|