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

Unified Diff: third_party/WebKit/Source/platform/wtf/ThreadingPrimitives.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/ThreadingPrimitives.h
diff --git a/third_party/WebKit/Source/wtf/ThreadingPrimitives.h b/third_party/WebKit/Source/platform/wtf/ThreadingPrimitives.h
similarity index 96%
copy from third_party/WebKit/Source/wtf/ThreadingPrimitives.h
copy to third_party/WebKit/Source/platform/wtf/ThreadingPrimitives.h
index 84b72a6f19ff00a2494db3c3e71cb89308541ac3..d9335b3e36d85c9b0e5fd569dd2faf34e612dae9 100644
--- a/third_party/WebKit/Source/wtf/ThreadingPrimitives.h
+++ b/third_party/WebKit/Source/platform/wtf/ThreadingPrimitives.h
@@ -31,11 +31,11 @@
#ifndef ThreadingPrimitives_h
#define ThreadingPrimitives_h
-#include "wtf/Allocator.h"
-#include "wtf/Assertions.h"
-#include "wtf/Locker.h"
-#include "wtf/Noncopyable.h"
-#include "wtf/WTFExport.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/Locker.h"
+#include "platform/wtf/Noncopyable.h"
+#include "platform/wtf/WTFExport.h"
#if OS(WIN)
#include <windows.h>
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/Threading.h ('k') | third_party/WebKit/Source/platform/wtf/TreeNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698