| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.cpp b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.cpp
|
| index 521fb4ab8be8b694bed48e3b206b9b6d8f584d6d..e9bce072a926ce7c074bf5e0ee59bd19c8ccf1d9 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.cpp
|
| @@ -5,8 +5,8 @@
|
| #include "platform/graphics/paint/DisplayItemClient.h"
|
|
|
| #if CHECK_DISPLAY_ITEM_CLIENT_ALIVENESS
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/HashSet.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/HashSet.h"
|
| #endif
|
|
|
| namespace blink {
|
|
|