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

Unified Diff: Source/wtf/Atomics.h

Issue 14810003: Move CPU() macro to it's own header from wtf/Platform.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move CPU() macro to it's own header from wtf/Platform.h Created 7 years, 7 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
« no previous file with comments | « Source/core/platform/image-decoders/jpeg/JPEGImageDecoder.cpp ('k') | Source/wtf/CPU.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/Atomics.h
diff --git a/Source/wtf/Atomics.h b/Source/wtf/Atomics.h
index 099050b47882c6f6ddb34b5fccdd99a65956934e..609dd2e5976fa74afcf8d836530d100310c8741e 100644
--- a/Source/wtf/Atomics.h
+++ b/Source/wtf/Atomics.h
@@ -59,9 +59,10 @@
#ifndef Atomics_h
#define Atomics_h
-#include <wtf/Platform.h>
-#include <wtf/StdLibExtras.h>
-#include <wtf/UnusedParam.h>
+#include "wtf/CPU.h"
+#include "wtf/Platform.h"
+#include "wtf/StdLibExtras.h"
+#include "wtf/UnusedParam.h"
#if OS(WINDOWS)
#include <windows.h>
« no previous file with comments | « Source/core/platform/image-decoders/jpeg/JPEGImageDecoder.cpp ('k') | Source/wtf/CPU.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698