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

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

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.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 {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/HashTable.h ('k') | third_party/WebKit/Source/platform/wtf/HashTraits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698