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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/AtomicStringTable.h

Issue 2764243002: Move files in wtf/ to platform/wtf/ (Part 9). (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/text/AtomicStringTable.h
diff --git a/third_party/WebKit/Source/wtf/text/AtomicStringTable.h b/third_party/WebKit/Source/platform/wtf/text/AtomicStringTable.h
similarity index 89%
copy from third_party/WebKit/Source/wtf/text/AtomicStringTable.h
copy to third_party/WebKit/Source/platform/wtf/text/AtomicStringTable.h
index de0dcb77934dd5d5cba66bced6078707e0a4766b..c26d4910a28db42385901e723382beb301079c15 100644
--- a/third_party/WebKit/Source/wtf/text/AtomicStringTable.h
+++ b/third_party/WebKit/Source/platform/wtf/text/AtomicStringTable.h
@@ -5,12 +5,12 @@
#ifndef WTF_AtomicStringTable_h
#define WTF_AtomicStringTable_h
-#include "wtf/Allocator.h"
-#include "wtf/HashSet.h"
-#include "wtf/WTFExport.h"
-#include "wtf/WTFThreadData.h"
-#include "wtf/text/StringHash.h"
-#include "wtf/text/StringImpl.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/HashSet.h"
+#include "platform/wtf/WTFExport.h"
+#include "platform/wtf/WTFThreadData.h"
+#include "platform/wtf/text/StringHash.h"
+#include "platform/wtf/text/StringImpl.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698