| Index: third_party/WebKit/Source/platform/Supplementable.h
|
| diff --git a/third_party/WebKit/Source/platform/Supplementable.h b/third_party/WebKit/Source/platform/Supplementable.h
|
| index 7e77e53eb0841d62d49a60f2843b95fabf441f61..9c31b4e4c889391d2739b24e7f9bea82d54e5646 100644
|
| --- a/third_party/WebKit/Source/platform/Supplementable.h
|
| +++ b/third_party/WebKit/Source/platform/Supplementable.h
|
| @@ -27,12 +27,12 @@
|
| #define Supplementable_h
|
|
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| #if DCHECK_IS_ON()
|
| -#include "wtf/Threading.h"
|
| +#include "platform/wtf/Threading.h"
|
| #endif
|
|
|
| namespace blink {
|
|
|