| Index: third_party/WebKit/Source/platform/wtf/ThreadRestrictionVerifier.h
|
| diff --git a/third_party/WebKit/Source/wtf/ThreadRestrictionVerifier.h b/third_party/WebKit/Source/platform/wtf/ThreadRestrictionVerifier.h
|
| similarity index 98%
|
| copy from third_party/WebKit/Source/wtf/ThreadRestrictionVerifier.h
|
| copy to third_party/WebKit/Source/platform/wtf/ThreadRestrictionVerifier.h
|
| index 5af787c33be67398929fa4470e76aed9070c09f7..44d1b163599b0dba4bf32b1179b8b48641601dbc 100644
|
| --- a/third_party/WebKit/Source/wtf/ThreadRestrictionVerifier.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/ThreadRestrictionVerifier.h
|
| @@ -31,11 +31,11 @@
|
| #ifndef ThreadRestrictionVerifier_h
|
| #define ThreadRestrictionVerifier_h
|
|
|
| -#include "wtf/Assertions.h"
|
| +#include "platform/wtf/Assertions.h"
|
|
|
| #if DCHECK_IS_ON()
|
|
|
| -#include "wtf/Threading.h"
|
| +#include "platform/wtf/Threading.h"
|
|
|
| namespace WTF {
|
|
|
|
|