| Index: third_party/WebKit/Source/platform/wtf/ThreadSafeRefCounted.h
|
| diff --git a/third_party/WebKit/Source/wtf/ThreadSafeRefCounted.h b/third_party/WebKit/Source/platform/wtf/ThreadSafeRefCounted.h
|
| similarity index 93%
|
| copy from third_party/WebKit/Source/wtf/ThreadSafeRefCounted.h
|
| copy to third_party/WebKit/Source/platform/wtf/ThreadSafeRefCounted.h
|
| index c7814bd8851a0ee968069c37f57eb97dede51c32..3e49e995fb24a7e4ac936f7ab499eca4361ce3e0 100644
|
| --- a/third_party/WebKit/Source/wtf/ThreadSafeRefCounted.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/ThreadSafeRefCounted.h
|
| @@ -30,11 +30,11 @@
|
| #ifndef ThreadSafeRefCounted_h
|
| #define ThreadSafeRefCounted_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Atomics.h"
|
| -#include "wtf/DynamicAnnotations.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/WTFExport.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Atomics.h"
|
| +#include "platform/wtf/DynamicAnnotations.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/WTFExport.h"
|
|
|
| namespace WTF {
|
|
|
|
|