| Index: third_party/WebKit/Source/platform/wtf/text/AtomicStringTable.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/AtomicStringTable.h b/third_party/WebKit/Source/platform/wtf/text/AtomicStringTable.h
|
| similarity index 89%
|
| copy from third_party/WebKit/Source/wtf/text/AtomicStringTable.h
|
| copy to third_party/WebKit/Source/platform/wtf/text/AtomicStringTable.h
|
| index de0dcb77934dd5d5cba66bced6078707e0a4766b..c26d4910a28db42385901e723382beb301079c15 100644
|
| --- a/third_party/WebKit/Source/wtf/text/AtomicStringTable.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/AtomicStringTable.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef WTF_AtomicStringTable_h
|
| #define WTF_AtomicStringTable_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/WTFExport.h"
|
| -#include "wtf/WTFThreadData.h"
|
| -#include "wtf/text/StringHash.h"
|
| -#include "wtf/text/StringImpl.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/WTFExport.h"
|
| +#include "platform/wtf/WTFThreadData.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
| +#include "platform/wtf/text/StringImpl.h"
|
|
|
| namespace WTF {
|
|
|
|
|