| Index: third_party/WebKit/Source/platform/wtf/DynamicAnnotations.h
|
| diff --git a/third_party/WebKit/Source/wtf/DynamicAnnotations.h b/third_party/WebKit/Source/platform/wtf/DynamicAnnotations.h
|
| similarity index 98%
|
| copy from third_party/WebKit/Source/wtf/DynamicAnnotations.h
|
| copy to third_party/WebKit/Source/platform/wtf/DynamicAnnotations.h
|
| index 33e9cd3ff9f381f7c25974c336cc863dc2ae0d49..8c5d9391ddb0ec54ca030b22bf197ff509ab0235 100644
|
| --- a/third_party/WebKit/Source/wtf/DynamicAnnotations.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/DynamicAnnotations.h
|
| @@ -49,8 +49,8 @@
|
| * information.
|
| */
|
|
|
| -#include "wtf/WTFExport.h"
|
| -#include "wtf/build_config.h"
|
| +#include "platform/wtf/WTFExport.h"
|
| +#include "platform/wtf/build_config.h"
|
|
|
| #if USE(DYNAMIC_ANNOTATIONS)
|
| /* Tell data race detector that we're not interested in reports on the given
|
|
|