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

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

Issue 2741343017: Move files in wtf/ to platform/wtf/ (Part 4). (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/Atomics.h
diff --git a/third_party/WebKit/Source/wtf/Atomics.h b/third_party/WebKit/Source/platform/wtf/Atomics.h
similarity index 99%
copy from third_party/WebKit/Source/wtf/Atomics.h
copy to third_party/WebKit/Source/platform/wtf/Atomics.h
index b08cdcd205b8e0a635261a3803d4916a5517ff17..86e4afb547353983f4ca4ad49087454df7bfd575 100644
--- a/third_party/WebKit/Source/wtf/Atomics.h
+++ b/third_party/WebKit/Source/platform/wtf/Atomics.h
@@ -30,9 +30,9 @@
#ifndef Atomics_h
#define Atomics_h
-#include "wtf/AddressSanitizer.h"
-#include "wtf/Assertions.h"
-#include "wtf/CPU.h"
+#include "platform/wtf/AddressSanitizer.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/CPU.h"
#include <stdint.h>
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/Assertions.h ('k') | third_party/WebKit/Source/platform/wtf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698