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

Unified Diff: third_party/WebKit/Source/platform/wtf/ThreadSpecific.h

Issue 2764833002: Move files in wtf/ to platform/wtf/ (Part 7). (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/ThreadSpecific.h
diff --git a/third_party/WebKit/Source/wtf/ThreadSpecific.h b/third_party/WebKit/Source/platform/wtf/ThreadSpecific.h
similarity index 96%
copy from third_party/WebKit/Source/wtf/ThreadSpecific.h
copy to third_party/WebKit/Source/platform/wtf/ThreadSpecific.h
index 57c6392d3b3708febb032e0ee0a3fc6b4c3f1a36..ec237358f7874f4af63390a980a9f0e3575d30e8 100644
--- a/third_party/WebKit/Source/wtf/ThreadSpecific.h
+++ b/third_party/WebKit/Source/platform/wtf/ThreadSpecific.h
@@ -42,14 +42,14 @@
#ifndef WTF_ThreadSpecific_h
#define WTF_ThreadSpecific_h
-#include "wtf/Allocator.h"
-#include "wtf/Noncopyable.h"
-#include "wtf/StackUtil.h"
-#include "wtf/StdLibExtras.h"
-#include "wtf/WTF.h"
-#include "wtf/WTFExport.h"
-#include "wtf/allocator/PartitionAllocator.h"
-#include "wtf/allocator/Partitions.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Noncopyable.h"
+#include "platform/wtf/StackUtil.h"
+#include "platform/wtf/StdLibExtras.h"
+#include "platform/wtf/WTF.h"
+#include "platform/wtf/WTFExport.h"
+#include "platform/wtf/allocator/PartitionAllocator.h"
+#include "platform/wtf/allocator/Partitions.h"
#if OS(POSIX)
#include <pthread.h>
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/ThreadSafeRefCounted.h ('k') | third_party/WebKit/Source/platform/wtf/Threading.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698