| Index: third_party/WebKit/Source/platform/wtf/HashTable.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/HashTable.cpp b/third_party/WebKit/Source/platform/wtf/HashTable.cpp
|
| similarity index 96%
|
| rename from third_party/WebKit/Source/wtf/HashTable.cpp
|
| rename to third_party/WebKit/Source/platform/wtf/HashTable.cpp
|
| index 0a8c37029a51ded193b3ededb5d80df370e2f45a..11e479ad5e29338b7e8b50a14fb2ec174477d4fb 100644
|
| --- a/third_party/WebKit/Source/wtf/HashTable.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/HashTable.cpp
|
| @@ -17,12 +17,12 @@
|
| Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#include "wtf/HashTable.h"
|
| +#include "platform/wtf/HashTable.h"
|
|
|
| #if DUMP_HASHTABLE_STATS
|
|
|
| -#include "wtf/DataLog.h"
|
| -#include "wtf/ThreadingPrimitives.h"
|
| +#include "platform/wtf/DataLog.h"
|
| +#include "platform/wtf/ThreadingPrimitives.h"
|
|
|
| namespace WTF {
|
|
|
|
|