| Index: third_party/WebKit/Source/platform/wtf/RefCounted.h
|
| diff --git a/third_party/WebKit/Source/wtf/RefCounted.h b/third_party/WebKit/Source/platform/wtf/RefCounted.h
|
| similarity index 94%
|
| copy from third_party/WebKit/Source/wtf/RefCounted.h
|
| copy to third_party/WebKit/Source/platform/wtf/RefCounted.h
|
| index a2820eaa4d421d41296fb052975af7e46b1fc2b6..357e294e9ac2ebbf1b355cc128c920eb111183d9 100644
|
| --- a/third_party/WebKit/Source/wtf/RefCounted.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/RefCounted.h
|
| @@ -21,18 +21,18 @@
|
| #ifndef RefCounted_h
|
| #define RefCounted_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/WTFExport.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/WTFExport.h"
|
|
|
| #if ENABLE(INSTANCE_COUNTER)
|
| -#include "wtf/InstanceCounter.h"
|
| +#include "platform/wtf/InstanceCounter.h"
|
| #endif
|
|
|
| #if DCHECK_IS_ON()
|
| #define CHECK_REF_COUNTED_LIFECYCLE 1
|
| -#include "wtf/ThreadRestrictionVerifier.h"
|
| +#include "platform/wtf/ThreadRestrictionVerifier.h"
|
| #else
|
| #define CHECK_REF_COUNTED_LIFECYCLE 0
|
| #endif
|
|
|