| Index: third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.h b/third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.h
|
| index 6bda9eb0cbecdac9f8c0f4aa5df64b6ae453a90c..7e59c88aefcd7ff6970f8a945f877737a23037fa 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.h
|
| @@ -11,12 +11,12 @@
|
| #include "platform/graphics/GraphicsContext.h"
|
| #include "platform/graphics/paint/DrawingDisplayItem.h"
|
| #include "platform/graphics/paint/PaintController.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/AutoReset.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/AutoReset.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| #ifndef NDEBUG
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #endif
|
|
|
| namespace blink {
|
|
|