| Index: third_party/WebKit/Source/platform/wtf/ContainerAnnotations.h
|
| diff --git a/third_party/WebKit/Source/wtf/ContainerAnnotations.h b/third_party/WebKit/Source/platform/wtf/ContainerAnnotations.h
|
| similarity index 97%
|
| copy from third_party/WebKit/Source/wtf/ContainerAnnotations.h
|
| copy to third_party/WebKit/Source/platform/wtf/ContainerAnnotations.h
|
| index 401cc605435e88372a465472d4a9f5afe5528449..d0b7459d9a660b824bd17ab14f12b78b8bc8fe63 100644
|
| --- a/third_party/WebKit/Source/wtf/ContainerAnnotations.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/ContainerAnnotations.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef WTF_ContainerAnnotations_h
|
| #define WTF_ContainerAnnotations_h
|
|
|
| -#include "wtf/AddressSanitizer.h"
|
| -#include "wtf/CPU.h"
|
| +#include "platform/wtf/AddressSanitizer.h"
|
| +#include "platform/wtf/CPU.h"
|
|
|
| // TODO(ochang): Remove the CPU(X86_64) condition to enable this for X86 once
|
| // the crashes there have been fixed: http://crbug.com/461406
|
|
|