Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2090)

Unified Diff: third_party/WebKit/Source/platform/wtf/HashTable.h

Issue 2769603002: Move files in wtf/ to platform/wtf/ (Part 8). (Closed)
Patch Set: Rebase. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/wtf/HashTable.h
diff --git a/third_party/WebKit/Source/wtf/HashTable.h b/third_party/WebKit/Source/platform/wtf/HashTable.h
similarity index 99%
copy from third_party/WebKit/Source/wtf/HashTable.h
copy to third_party/WebKit/Source/platform/wtf/HashTable.h
index a02aea98dabaa87d69034c6ecf6ef9c59798e109..041cdcec3b0daabbabdbf43362909d2b788bb195 100644
--- a/third_party/WebKit/Source/wtf/HashTable.h
+++ b/third_party/WebKit/Source/platform/wtf/HashTable.h
@@ -23,25 +23,25 @@
#ifndef WTF_HashTable_h
#define WTF_HashTable_h
-#include "wtf/Alignment.h"
-#include "wtf/Allocator.h"
-#include "wtf/Assertions.h"
-#include "wtf/ConditionalDestructor.h"
-#include "wtf/HashTraits.h"
-#include "wtf/PtrUtil.h"
-#include "wtf/allocator/PartitionAllocator.h"
+#include "platform/wtf/Alignment.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/ConditionalDestructor.h"
+#include "platform/wtf/HashTraits.h"
+#include "platform/wtf/PtrUtil.h"
+#include "platform/wtf/allocator/PartitionAllocator.h"
#include <memory>
#define DUMP_HASHTABLE_STATS 0
#define DUMP_HASHTABLE_STATS_PER_TABLE 0
#if DUMP_HASHTABLE_STATS
-#include "wtf/Atomics.h"
-#include "wtf/Threading.h"
+#include "platform/wtf/Atomics.h"
+#include "platform/wtf/Threading.h"
#endif
#if DUMP_HASHTABLE_STATS_PER_TABLE
-#include "wtf/DataLog.h"
+#include "platform/wtf/DataLog.h"
#include <type_traits>
#endif
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/HashSet.h ('k') | third_party/WebKit/Source/platform/wtf/HashTable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698