| Index: third_party/WebKit/Source/platform/wtf/LeakAnnotations.h
|
| diff --git a/third_party/WebKit/Source/wtf/LeakAnnotations.h b/third_party/WebKit/Source/platform/wtf/LeakAnnotations.h
|
| similarity index 97%
|
| copy from third_party/WebKit/Source/wtf/LeakAnnotations.h
|
| copy to third_party/WebKit/Source/platform/wtf/LeakAnnotations.h
|
| index d218794d9dcf0d063fb94b196a448ea809d0f91f..823214126d171bdef07e93eaa3fd5c6bfb0b77d4 100644
|
| --- a/third_party/WebKit/Source/wtf/LeakAnnotations.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/LeakAnnotations.h
|
| @@ -35,10 +35,10 @@
|
| // This file defines macros for working with LeakSanitizer, allowing memory
|
| // and allocations to be registered as exempted from LSan consideration.
|
|
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| #if defined(LEAK_SANITIZER)
|
| -#include "wtf/AddressSanitizer.h"
|
| -#include "wtf/TypeTraits.h"
|
| +#include "platform/wtf/AddressSanitizer.h"
|
| +#include "platform/wtf/TypeTraits.h"
|
| #endif
|
|
|
| namespace WTF {
|
|
|