| Index: third_party/WebKit/Source/platform/wtf/RefPtr.h
|
| diff --git a/third_party/WebKit/Source/wtf/RefPtr.h b/third_party/WebKit/Source/platform/wtf/RefPtr.h
|
| similarity index 96%
|
| copy from third_party/WebKit/Source/wtf/RefPtr.h
|
| copy to third_party/WebKit/Source/platform/wtf/RefPtr.h
|
| index 6dca0985aac0db86f39a9e777cc190ba2989d457..0b15fb080a06c1484af6223f081e942bb5779c60 100644
|
| --- a/third_party/WebKit/Source/wtf/RefPtr.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/RefPtr.h
|
| @@ -22,10 +22,10 @@
|
| #ifndef WTF_RefPtr_h
|
| #define WTF_RefPtr_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashTableDeletedValueType.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/allocator/PartitionAllocator.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashTableDeletedValueType.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/allocator/PartitionAllocator.h"
|
| #include <algorithm>
|
| #include <utility>
|
|
|
|
|