| Index: third_party/WebKit/Source/core/style/CachedUAStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/CachedUAStyle.h b/third_party/WebKit/Source/core/style/CachedUAStyle.h
|
| index 8c0c05c2e82f7d1a4729175de8d549ffed784f89..631ff23b88cf38e175a07ee7525c50120c0858cd 100644
|
| --- a/third_party/WebKit/Source/core/style/CachedUAStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/CachedUAStyle.h
|
| @@ -23,11 +23,11 @@
|
| #ifndef CachedUAStyle_h
|
| #define CachedUAStyle_h
|
|
|
| -#include "core/style/ComputedStyle.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/PtrUtil.h"
|
| #include <memory>
|
| +#include "core/style/ComputedStyle.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|