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

Unified Diff: third_party/WebKit/Source/platform/wtf/LinkedHashSet.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/LinkedHashSet.h
diff --git a/third_party/WebKit/Source/wtf/LinkedHashSet.h b/third_party/WebKit/Source/platform/wtf/LinkedHashSet.h
similarity index 99%
copy from third_party/WebKit/Source/wtf/LinkedHashSet.h
copy to third_party/WebKit/Source/platform/wtf/LinkedHashSet.h
index f0e58176bf303794a1bd3faa4042af17f0bcf5af..e08fdde0fe2185102bf56510a8fd1e86d3f35e60 100644
--- a/third_party/WebKit/Source/wtf/LinkedHashSet.h
+++ b/third_party/WebKit/Source/platform/wtf/LinkedHashSet.h
@@ -23,9 +23,9 @@
#ifndef WTF_LinkedHashSet_h
#define WTF_LinkedHashSet_h
-#include "wtf/AddressSanitizer.h"
-#include "wtf/HashSet.h"
-#include "wtf/allocator/PartitionAllocator.h"
+#include "platform/wtf/AddressSanitizer.h"
+#include "platform/wtf/HashSet.h"
+#include "platform/wtf/allocator/PartitionAllocator.h"
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/HashTraits.h ('k') | third_party/WebKit/Source/platform/wtf/ListHashSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698