| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| index e70e8f369f78318af07d443bea4bc186a3554e3b..066928e45db84bd9abc1c627f49e9b741edc44e2 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| @@ -8,13 +8,13 @@
|
| #include "platform/PlatformExport.h"
|
| #include "platform/graphics/ContiguousContainer.h"
|
| #include "platform/graphics/paint/DisplayItemClient.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| #ifndef NDEBUG
|
| -#include "wtf/text/StringBuilder.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #endif
|
|
|
| class SkPictureGpuAnalyzer;
|
|
|