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

Unified Diff: third_party/WebKit/Source/platform/wtf/Threading.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/Threading.h
diff --git a/third_party/WebKit/Source/wtf/Threading.h b/third_party/WebKit/Source/platform/wtf/Threading.h
similarity index 95%
copy from third_party/WebKit/Source/wtf/Threading.h
copy to third_party/WebKit/Source/platform/wtf/Threading.h
index 4c78f2256b1711ac5a56d97a05ce692b0f69ed0d..9fa2f3b4c515327080bb954f29bab831f5538451 100644
--- a/third_party/WebKit/Source/wtf/Threading.h
+++ b/third_party/WebKit/Source/platform/wtf/Threading.h
@@ -30,9 +30,9 @@
#ifndef Threading_h
#define Threading_h
-#include "wtf/Atomics.h"
-#include "wtf/TypeTraits.h"
-#include "wtf/WTFExport.h"
+#include "platform/wtf/Atomics.h"
+#include "platform/wtf/TypeTraits.h"
+#include "platform/wtf/WTFExport.h"
#include <stdint.h>
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/ThreadSpecific.h ('k') | third_party/WebKit/Source/platform/wtf/ThreadingPrimitives.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698