| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.h
|
| index 0098942e178633653b6b44f78aac996a79042ca6..52e5d1c21d904fc59aa89d51da1c0a38dc8c8fc1 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.h
|
| @@ -35,9 +35,9 @@
|
| #include "platform/graphics/CompositingReasons.h"
|
| #include "platform/graphics/PaintInvalidationReason.h"
|
| #include "platform/graphics/SquashingDisallowedReasons.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| #include <memory>
|
|
|
|
|