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

Unified Diff: third_party/WebKit/Source/platform/wtf/HashCountedSet.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/HashCountedSet.h
diff --git a/third_party/WebKit/Source/wtf/HashCountedSet.h b/third_party/WebKit/Source/platform/wtf/HashCountedSet.h
similarity index 97%
copy from third_party/WebKit/Source/wtf/HashCountedSet.h
copy to third_party/WebKit/Source/platform/wtf/HashCountedSet.h
index 6c3db07c7ebd46ec8768fcc758dca3dbcbb7b3c7..8f26e5c5ec96686bc0aa03587e2a4cefedd1acf0 100644
--- a/third_party/WebKit/Source/wtf/HashCountedSet.h
+++ b/third_party/WebKit/Source/platform/wtf/HashCountedSet.h
@@ -21,10 +21,10 @@
#ifndef WTF_HashCountedSet_h
#define WTF_HashCountedSet_h
-#include "wtf/Assertions.h"
-#include "wtf/HashMap.h"
-#include "wtf/Vector.h"
-#include "wtf/allocator/PartitionAllocator.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/HashMap.h"
+#include "platform/wtf/Vector.h"
+#include "platform/wtf/allocator/PartitionAllocator.h"
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/FilePrintStream.h ('k') | third_party/WebKit/Source/platform/wtf/HashFunctions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698