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

Unified Diff: Source/platform/ThreadTimers.cpp

Issue 1145073002: Move AddressSanitizer.h to wtf/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix non-Oilpan compilation Created 5 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/bindings/core/v8/V8Initializer.cpp ('k') | Source/platform/Timer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/ThreadTimers.cpp
diff --git a/Source/platform/ThreadTimers.cpp b/Source/platform/ThreadTimers.cpp
index d3d4f05d8b68c1c15c79504ad652e6dd6ff379ac..63da6b12fd163700b3e8914ee2984afdb5578d2e 100644
--- a/Source/platform/ThreadTimers.cpp
+++ b/Source/platform/ThreadTimers.cpp
@@ -31,9 +31,9 @@
#include "platform/SharedTimer.h"
#include "platform/Timer.h"
#include "platform/TraceEvent.h"
-#include "platform/heap/AddressSanitizer.h"
#include "public/platform/Platform.h"
#include "public/platform/WebScheduler.h"
+#include "wtf/AddressSanitizer.h"
#include "wtf/CurrentTime.h"
#include "wtf/MainThread.h"
« no previous file with comments | « Source/bindings/core/v8/V8Initializer.cpp ('k') | Source/platform/Timer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698