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

Unified Diff: third_party/WebKit/Source/platform/wtf/WTFThreadData.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/WTFThreadData.h
diff --git a/third_party/WebKit/Source/wtf/WTFThreadData.h b/third_party/WebKit/Source/platform/wtf/WTFThreadData.h
similarity index 90%
copy from third_party/WebKit/Source/wtf/WTFThreadData.h
copy to third_party/WebKit/Source/platform/wtf/WTFThreadData.h
index 5b7011c600479cbfad2f906e75ceefd493cc7daf..ad1f8ab3246bb13b417eeb9b7d2a1ca116680717 100644
--- a/third_party/WebKit/Source/wtf/WTFThreadData.h
+++ b/third_party/WebKit/Source/platform/wtf/WTFThreadData.h
@@ -27,13 +27,13 @@
#ifndef WTFThreadData_h
#define WTFThreadData_h
-#include "wtf/HashMap.h"
-#include "wtf/HashSet.h"
-#include "wtf/Noncopyable.h"
-#include "wtf/ThreadSpecific.h"
-#include "wtf/Threading.h"
-#include "wtf/WTFExport.h"
-#include "wtf/text/StringHash.h"
+#include "platform/wtf/HashMap.h"
+#include "platform/wtf/HashSet.h"
+#include "platform/wtf/Noncopyable.h"
+#include "platform/wtf/ThreadSpecific.h"
+#include "platform/wtf/Threading.h"
+#include "platform/wtf/WTFExport.h"
+#include "platform/wtf/text/StringHash.h"
#include <memory>
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/StringHasher.h ('k') | third_party/WebKit/Source/platform/wtf/dtoa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698