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

Unified Diff: third_party/WebKit/Source/platform/wtf/HashMap.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/HashMap.h
diff --git a/third_party/WebKit/Source/wtf/HashMap.h b/third_party/WebKit/Source/platform/wtf/HashMap.h
similarity index 99%
copy from third_party/WebKit/Source/wtf/HashMap.h
copy to third_party/WebKit/Source/platform/wtf/HashMap.h
index d111458ba4f29acb642239345541de59e519c452..26b87a4a93f0a93b7fe26645c82355a9b9f2abe8 100644
--- a/third_party/WebKit/Source/wtf/HashMap.h
+++ b/third_party/WebKit/Source/platform/wtf/HashMap.h
@@ -21,8 +21,8 @@
#ifndef WTF_HashMap_h
#define WTF_HashMap_h
-#include "wtf/HashTable.h"
-#include "wtf/allocator/PartitionAllocator.h"
+#include "platform/wtf/HashTable.h"
+#include "platform/wtf/allocator/PartitionAllocator.h"
#include <initializer_list>
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/HashIterators.h ('k') | third_party/WebKit/Source/platform/wtf/HashSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698