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

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

Issue 2755663002: Move files in wtf/ to platform/wtf/ (Part 2). (Closed)
Patch Set: Fix file name (facepalm). 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/wtf/Alignment.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/wtf/AddressSanitizer.h
diff --git a/third_party/WebKit/Source/wtf/AddressSanitizer.h b/third_party/WebKit/Source/platform/wtf/AddressSanitizer.h
similarity index 97%
copy from third_party/WebKit/Source/wtf/AddressSanitizer.h
copy to third_party/WebKit/Source/platform/wtf/AddressSanitizer.h
index 07b993411cea94966730b297ff986cb924a372ed..5fd627a9a2b211903f492d61fc5621edfc1f7251 100644
--- a/third_party/WebKit/Source/wtf/AddressSanitizer.h
+++ b/third_party/WebKit/Source/platform/wtf/AddressSanitizer.h
@@ -7,7 +7,7 @@
// TODO(kojii): This file will need to be renamed, because it's no more
// specific to AddressSanitizer.
-#include "wtf/build_config.h"
+#include "platform/wtf/build_config.h"
// TODO(sof): Add SyZyASan support?
#if defined(ADDRESS_SANITIZER)
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/wtf/Alignment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698